func bufio.NewWriter

10 uses

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

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

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

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

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

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

	runtime/pprof
		pprof.go#L582: 	b := bufio.NewWriter(w)
		pprof.go#L882: 	b := bufio.NewWriter(w)