type golang.org/x/xerrors.Frame
10 uses
golang.org/x/xerrors (current package)
errors.go#L12: frame Frame
fmt.go#L53: frame := Frame{}
fmt.go#L74: frame := Frame{}
fmt.go#L152: frame Frame
fmt.go#L170: frame Frame
frame.go#L12: type Frame struct {
frame.go#L22: func Caller(skip int) Frame {
frame.go#L23: var s Frame
frame.go#L31: func (f Frame) location() (function, file string, line int) {
frame.go#L46: func (f Frame) Format(p Printer) {
![]() |
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. |