type fmt.Stringer

4 uses

	fmt (current package)
		print.go#L63: type Stringer interface {
		print.go#L670: 			case Stringer:

	github.com/oapi-codegen/runtime
		styleparam.go#L456: 		v, ok := value.(fmt.Stringer)

	net/http
		h2_bundle.go#L10989: 	if s, ok := wr.write.(fmt.Stringer); ok {