func bufio.NewWriter
5 uses
bufio (current package)
bufio.go#L604: func NewWriter(w io.Writer) *Writer {
net/http
h2_bundle.go#L7946: cc.bw = bufio.NewWriter(http2stickyErrWriter{
request.go#L678: 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)},
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |