type golang.org/x/xerrors.noWrapError
8 uses
golang.org/x/xerrors (current package)
fmt.go#L45: return &noWrapError{fmt.Sprintf(format, a...), nil, Caller(1)}
fmt.go#L60: return &noWrapError{msg, err, frame}
fmt.go#L66: return &noWrapError{msg, nil, Caller(1)}
fmt.go#L72: return &noWrapError{fmt.Sprintf("%sw(%s)", percentBangString, msg), nil, Caller(1)}
fmt.go#L149: type noWrapError struct {
fmt.go#L155: func (e *noWrapError) Error() string {
fmt.go#L159: func (e *noWrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }
fmt.go#L161: func (e *noWrapError) 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. |