const time.Hour
8 uses
time (current package)
format.go#L1581: "h": uint64(Hour),
time.go#L637: Hour = 60 * Minute
time.go#L792: hour := d / Hour
time.go#L793: nsec := d % Hour
crypto/tls
common.go#L791: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L795: ticketKeyRotation = 24 * time.Hour
common.go#L823: const maxSessionTicketLifetime = 7 * 24 * time.Hour
github.com/gotd/td/internal/mtproto
options.go#L131: opt.SaltFetchInterval = 1 * time.Hour
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. |