bufio.Writer.WriteByte (method, view implemented interface methods)
8 uses
bufio (current package)
bufio.go#L698: func (b *Writer) WriteByte(c byte) error {
bufio.go#L715: err = b.WriteByte(byte(r))
net/http
server.go#L1612: bw.WriteByte(' ')
net/textproto
writer.go#L76: bw.WriteByte('.')
writer.go#L85: bw.WriteByte('\r')
writer.go#L95: if err = bw.WriteByte(c); err != nil {
writer.go#L110: bw.WriteByte('\r')
writer.go#L113: bw.WriteByte('\n')
![]() |
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. |