go.uber.org/zap/buffer.Buffer.AppendInt (method)
5 uses
go.uber.org/zap/buffer (current package)
buffer.go#L56: func (b *Buffer) AppendInt(i int64) {
go.uber.org/zap/internal/stacktrace
stack.go#L180: sf.b.AppendInt(int64(frame.Line))
go.uber.org/zap/zapcore
entry.go#L92: buf.AppendInt(int64(ec.Line))
entry.go#L130: buf.AppendInt(int64(ec.Line))
json_encoder.go#L279: enc.buf.AppendInt(val)
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. |