type github.com/go-faster/errors.Frame
10 uses
github.com/go-faster/errors (current package)
errors.go#L15: 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) {
wrap.go#L45: func Cause(err error) (f Frame, r bool) {
wrap.go#L61: frame Frame
wrap.go#L82: frame := Frame{}
wrap.go#L91: frame := Frame{}
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |