type fmt.Stringer

3 uses

	fmt (current package)
		print.go#L62: type Stringer interface {
		print.go#L623: 			case Stringer:

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