func github.com/gotd/log.Time
6 uses
github.com/gotd/log (current package)
attr.go#L177: func Time(key string, value time.Time) Attr {
github.com/gotd/td/mtproto
connect.go#L132: attrs = append(attrs, log.Time("context_deadline", deadline))
handle_future_salts.go#L24: c.log.Debug(context.Background(), "Got future salts", log.Time("server_time", serverTime))
handle_session_created.go#L27: log.Time("first_msg_time", created.Local()),
handle_session_created.go#L32: log.Time("first_msg_time", created),
handle_session_created.go#L33: log.Time("local", now),
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |