func go.uber.org/zap.Time
8 uses
go.uber.org/zap (current package)
field.go#L347: func Time(key string, val time.Time) Field {
field.go#L360: return Time(key, *val)
field.go#L591: c = anyFieldC[time.Time](Time)
github.com/gotd/td/internal/mtproto
connect.go#L71: fields = append(fields, zap.Time("context_deadline", deadline))
handle_future_salts.go#L23: c.log.Debug("Got future salts", zap.Time("server_time", serverTime))
handle_session_created.go#L24: zap.Time("first_msg_time", created.Local()),
handle_session_created.go#L29: zap.Time("first_msg_time", created),
handle_session_created.go#L30: zap.Time("local", now),
|
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. |