go.uber.org/zap/zapcore.Encoder.AddByteString (method)

2 uses

	go.uber.org/zap/zapcore (current package)
		encoder.go#L356: 	AddByteString(key string, value []byte) // for UTF-8 encoded bytes
		field.go#L129: 		enc.AddByteString(f.Key, f.Interface.([]byte))