Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/juju/errors
/ MyError
Struct
MyError
functions_test.go:517–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
type
MyError
struct
{
518
Message string
519
}
520
521
func
(m *MyError) Error() string {
522
return
m.Message
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected