type fmt.GoStringer

3 uses

	fmt (current package)
		print.go#L71: type GoStringer interface {
		print.go#L646: 		if stringer, ok := p.arg.(GoStringer); ok {

	github.com/go-faster/errors
		adaptor.go#L40: 			if stringer, ok := err.(fmt.GoStringer); ok {