type golang.org/x/xerrors.errorString

5 uses

	golang.org/x/xerrors (current package)
		errors.go#L10: type errorString struct {
		errors.go#L20: 	return &errorString{text, Caller(1)}
		errors.go#L23: func (e *errorString) Error() string {
		errors.go#L27: func (e *errorString) Format(s fmt.State, v rune) { FormatError(e, s, v) }
		errors.go#L29: func (e *errorString) FormatError(p Printer) (next error) {