bytes.Buffer.WriteByte (method, view implemented interface methods)
16 uses
bytes (current package)
buffer.go#L285: func (b *Buffer) WriteByte(c byte) error {
buffer.go#L302: b.WriteByte(byte(r))
encoding/json
encode.go#L707: e.WriteByte(next)
encode.go#L720: e.WriteByte('}')
encode.go#L748: e.WriteByte('{')
encode.go#L768: e.WriteByte(',')
encode.go#L771: e.WriteByte(':')
encode.go#L774: e.WriteByte('}')
encode.go#L852: e.WriteByte('[')
encode.go#L856: e.WriteByte(',')
encode.go#L860: e.WriteByte(']')
stream.go#L221: e.WriteByte('\n')
net/http
h2_bundle.go#L1585: buf.WriteByte(']')
h2_bundle.go#L1600: buf.WriteByte('|')
vendor/golang.org/x/net/http2/hpack
huffman.go#L70: buf.WriteByte(n.sym)
huffman.go#L90: buf.WriteByte(n.sym)
![]() |
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. |