go.uber.org/zap/buffer.Buffer.AppendByte (method)
45 uses
go.uber.org/zap/buffer (current package)
buffer.go#L41: func (b *Buffer) AppendByte(v byte) {
buffer.go#L119: b.AppendByte(v)
go.uber.org/zap/internal/stacktrace
stack.go#L172: sf.b.AppendByte('\n')
stack.go#L176: sf.b.AppendByte('\n')
stack.go#L177: sf.b.AppendByte('\t')
stack.go#L179: sf.b.AppendByte(':')
go.uber.org/zap/zapcore
console_encoder.go#L124: line.AppendByte('\n')
console_encoder.go#L148: line.AppendByte('{')
console_encoder.go#L150: line.AppendByte('}')
entry.go#L91: buf.AppendByte(':')
entry.go#L129: buf.AppendByte(':')
json_encoder.go#L191: enc.buf.AppendByte('{')
json_encoder.go#L212: enc.buf.AppendByte('[')
json_encoder.go#L214: enc.buf.AppendByte(']')
json_encoder.go#L224: enc.buf.AppendByte('{')
json_encoder.go#L226: enc.buf.AppendByte('}')
json_encoder.go#L239: enc.buf.AppendByte('"')
json_encoder.go#L241: enc.buf.AppendByte('"')
json_encoder.go#L251: enc.buf.AppendByte('"')
json_encoder.go#L258: enc.buf.AppendByte('+')
json_encoder.go#L261: enc.buf.AppendByte('i')
json_encoder.go#L262: enc.buf.AppendByte('"')
json_encoder.go#L294: enc.buf.AppendByte('"')
json_encoder.go#L296: enc.buf.AppendByte('"')
json_encoder.go#L301: enc.buf.AppendByte('"')
json_encoder.go#L303: enc.buf.AppendByte('"')
json_encoder.go#L363: final.buf.AppendByte('{')
json_encoder.go#L425: final.buf.AppendByte('}')
json_encoder.go#L439: enc.buf.AppendByte('}')
json_encoder.go#L446: enc.buf.AppendByte('"')
json_encoder.go#L448: enc.buf.AppendByte('"')
json_encoder.go#L449: enc.buf.AppendByte(':')
json_encoder.go#L451: enc.buf.AppendByte(' ')
json_encoder.go#L464: enc.buf.AppendByte(',')
json_encoder.go#L466: enc.buf.AppendByte(' ')
json_encoder.go#L558: buf.AppendByte('\\')
json_encoder.go#L559: buf.AppendByte(s[i])
json_encoder.go#L561: buf.AppendByte('\\')
json_encoder.go#L562: buf.AppendByte('n')
json_encoder.go#L564: buf.AppendByte('\\')
json_encoder.go#L565: buf.AppendByte('r')
json_encoder.go#L567: buf.AppendByte('\\')
json_encoder.go#L568: buf.AppendByte('t')
json_encoder.go#L572: buf.AppendByte(_hex[s[i]>>4])
json_encoder.go#L573: buf.AppendByte(_hex[s[i]&0xF])
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. |