type golang.org/x/xerrors.wrapError
7 uses
golang.org/x/xerrors (current package)
fmt.go#L58: return &wrapError{msg, err, frame}
fmt.go#L78: return &wrapError{msg, err, frame}
fmt.go#L167: type wrapError struct {
fmt.go#L173: func (e *wrapError) Error() string {
fmt.go#L177: func (e *wrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }
fmt.go#L179: func (e *wrapError) FormatError(p Printer) (next error) {
fmt.go#L185: func (e *wrapError) Unwrap() 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. |