type io.ByteWriter

6 uses

	io (current package)
		io.go#L274: type ByteWriter interface {

	github.com/go-redis/redis/v8/internal/proto
		writer.go#L15: 	io.ByteWriter

	github.com/yuin/goldmark/parser
		attribute.go#L234: func scanAttributeDecimal(reader text.Reader, w io.ByteWriter) {

	golang.org/x/net/html
		render.go#L17: 	io.ByteWriter

	image/jpeg
		writer.go#L214: 	io.ByteWriter

	net/http
		request.go#L605: 	if _, ok := w.(io.ByteWriter); !ok {