func go.uber.org/zap.Any
6 uses
go.uber.org/zap (current package)
config.go#L307: fs = append(fs, Any(k, cfg.InitialFields[k]))
field.go#L478: func Any(key string, value interface{}) Field {
sugar.go#L391: s.base.Error(_oddNumberErrMsg, Any("ignored", args[i]))
sugar.go#L405: fields = append(fields, Any(keyStr, val))
sugar.go#L424: Any("key", p.key).AddTo(enc)
sugar.go#L425: Any("value", p.value).AddTo(enc)
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. |