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) {