bytes.Buffer.WriteByte (method, view implemented interface methods)
22 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#L698: e.WriteByte(next)
encode.go#L711: e.WriteByte('}')
encode.go#L739: e.WriteByte('{')
encode.go#L755: e.WriteByte(',')
encode.go#L758: e.WriteByte(':')
encode.go#L761: e.WriteByte('}')
encode.go#L843: e.WriteByte('[')
encode.go#L847: e.WriteByte(',')
encode.go#L851: e.WriteByte(']')
stream.go#L220: e.WriteByte('\n')
github.com/go-faster/errors
adaptor.go#L59: p.buf.WriteByte('(')
adaptor.go#L66: p.buf.WriteByte(')')
adaptor.go#L87: p.buf.WriteByte(':')
adaptor.go#L153: s.buf.WriteByte(':')
net/http
h2_bundle.go#L1578: buf.WriteByte(']')
h2_bundle.go#L1593: buf.WriteByte('|')
rsc.io/qr
png.go#L199: b.bytes.WriteByte(byte(b.bit))
png.go#L207: b.bytes.WriteByte(byte(b.bit))
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.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. |