func golang.org/x/xerrors.FormatError

4 uses

	golang.org/x/xerrors (current package)
		adaptor.go#L17: func FormatError(f Formatter, s fmt.State, verb rune) {
		errors.go#L27: func (e *errorString) Format(s fmt.State, v rune) { FormatError(e, s, v) }
		fmt.go#L159: func (e *noWrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }
		fmt.go#L177: func (e *wrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }