type golang.org/x/xerrors.state

6 uses

	golang.org/x/xerrors (current package)
		adaptor.go#L28: 		p      = &state{State: s}
		adaptor.go#L128: type state struct {
		adaptor.go#L138: func (s *state) Write(b []byte) (n int, err error) {
		adaptor.go#L176: type printer state
		adaptor.go#L180: 		fmt.Fprint((*state)(s), args...)
		adaptor.go#L186: 		fmt.Fprintf((*state)(s), format, args...)