func bufio.NewWriter
8 uses
bufio (current package)
bufio.go#L610: func NewWriter(w io.Writer) *Writer {
golang.org/x/net/http2
transport.go#L811: cc.bw = bufio.NewWriter(stickyErrWriter{
google.golang.org/grpc/internal/binarylog
sink.go#L163: bufW := bufio.NewWriter(o)
net/http
h2_bundle.go#L8139: cc.bw = bufio.NewWriter(http2stickyErrWriter{
request.go#L669: bw = bufio.NewWriter(w)
net/textproto
textproto.go#L71: Writer: Writer{W: bufio.NewWriter(conn)},
runtime/pprof
pprof.go#L633: b := bufio.NewWriter(w)
pprof.go#L939: b := bufio.NewWriter(w)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)