const time.Hour
8 uses
time (current package)
format.go#L1366: "h": int64(Hour),
time.go#L607: Hour = 60 * Minute
time.go#L762: hour := d / Hour
time.go#L763: nsec := d % Hour
crypto/tls
common.go#L711: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L715: ticketKeyRotation = 24 * time.Hour
common.go#L743: const maxSessionTicketLifetime = 7 * 24 * time.Hour
net/http
h2_bundle.go#L9130: const hugeDuration = 365 * 24 * time.Hour
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)