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 {