Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-errors/errors
/ Error
Method
Error
error_test.go:345–347 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
type
errorString string
344
345
func
(e errorString) Error() string {
346
return
string(e)
347
}
Callers
7
TestStackFormat
Function · 0.45
TestSkipWorks
Function · 0.45
TestNew
Function · 0.45
TestWrapError
Function · 0.45
TestWrapPrefixError
Function · 0.45
ExampleError_Error
Function · 0.45
ExampleError_TypeName
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected