bufio.Writer.wr (field)
6 uses
bufio (current package)
bufio.go#L562: wr io.Writer
bufio.go#L579: wr: w,
bufio.go#L596: b.wr = w
bufio.go#L607: n, err := b.wr.Write(b.buf[0:b.n])
bufio.go#L639: n, b.err = b.wr.Write(p)
bufio.go#L729: if w, ok := b.wr.(io.ReaderFrom); ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |