func bufio.NewWriter
6 uses
bufio (current package)
bufio.go#L607: func NewWriter(w io.Writer) *Writer {
net/http
h2_bundle.go#L7852: cc.bw = bufio.NewWriter(http2stickyErrWriter{
request.go#L647: bw = bufio.NewWriter(w)
server.go#L326: buf = bufio.NewReadWriter(c.bufr, bufio.NewWriter(rwc))
net/textproto
textproto.go#L68: Writer: Writer{W: bufio.NewWriter(conn)},
nhooyr.io/websocket
dial.go#L322: return bufio.NewWriter(w)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |