bufio.Writer.Reset (method)
6 uses
bufio (current package)
bufio.go#L616: func (b *Writer) Reset(w io.Writer) {
net/http
h2_bundle.go#L3586: bw.Reset(w.w)
h2_bundle.go#L3598: bw.Reset(nil)
h2_bundle.go#L6163: rws.bw.Reset(http2chunkWriter{rws})
server.go#L890: bw.Reset(w)
server.go#L907: bw.Reset(nil)
![]() |
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. |