func bufio.NewWriter

10 uses

	bufio (current package)
		bufio.go#L608: func NewWriter(w io.Writer) *Writer {

	encoding/xml
		marshal.go#L152: 	e := &Encoder{printer{w: bufio.NewWriter(w)}}

	golang.org/x/net/http2
		transport.go#L809: 	cc.bw = bufio.NewWriter(stickyErrWriter{

	google.golang.org/grpc/internal/binarylog
		sink.go#L163: 	bufW := bufio.NewWriter(o)

	net/http
		h2_bundle.go#L8281: 	cc.bw = bufio.NewWriter(http2stickyErrWriter{
		request.go#L669: 		bw = bufio.NewWriter(w)
		server.go#L327: 	buf = bufio.NewReadWriter(c.bufr, bufio.NewWriter(rwc))

	net/textproto
		textproto.go#L68: 		Writer: Writer{W: bufio.NewWriter(conn)},

	runtime/pprof
		pprof.go#L641: 	b := bufio.NewWriter(w)
		pprof.go#L947: 	b := bufio.NewWriter(w)