bufio.Writer.Reset (method)
9 uses
bufio (current package)
bufio.go#L619: func (b *Writer) Reset(w io.Writer) {
net/http
h2_bundle.go#L3588: bw.Reset(w.w)
h2_bundle.go#L3600: bw.Reset(nil)
h2_bundle.go#L6108: rws.bw.Reset(http2chunkWriter{rws})
server.go#L849: bw.Reset(w)
server.go#L857: bw.Reset(nil)
nhooyr.io/websocket
dial.go#L324: bw.Reset(w)
write.go#L381: bw.Reset(util.WriterFunc(func(p2 []byte) (int, error) {
write.go#L389: bw.Reset(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. |