func golang.org/x/xerrors.Caller
7 uses
golang.org/x/xerrors (current package)
errors.go#L20: return &errorString{text, Caller(1)}
fmt.go#L45: return &noWrapError{fmt.Sprintf(format, a...), nil, Caller(1)}
fmt.go#L55: frame = Caller(1)
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#L76: frame = Caller(1)
frame.go#L22: func Caller(skip int) Frame {
 |
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. |