type golang.org/x/xerrors.errorString
5 uses
golang.org/x/xerrors (current package)
errors.go#L10: type errorString struct {
errors.go#L20: return &errorString{text, Caller(1)}
errors.go#L23: func (e *errorString) Error() string {
errors.go#L27: func (e *errorString) Format(s fmt.State, v rune) { FormatError(e, s, v) }
errors.go#L29: func (e *errorString) FormatError(p Printer) (next error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |