type golang.org/x/xerrors.Printer

7 uses

	golang.org/x/xerrors (current package)
		errors.go#L29: func (e *errorString) FormatError(p Printer) (next error) {
		fmt.go#L161: func (e *noWrapError) FormatError(p Printer) (next error) {
		fmt.go#L179: func (e *wrapError) FormatError(p Printer) (next error) {
		format.go#L13: 	FormatError(p Printer) (next error)
		format.go#L21: type Printer interface {
		frame.go#L46: func (f Frame) Format(p Printer) {
		wrap.go#L28: func (e noWrapper) FormatError(p Printer) (next error) {