const time.Minute
7 uses
time (current package)
format.go#L1608: "m": uint64(Minute),
time.go#L656: Minute = 60 * Second
time.go#L657: Hour = 60 * Minute
time.go#L815: min := d / Minute
time.go#L816: nsec := d % Minute
crypto/rand
rand_unix.go#L53: t := time.AfterFunc(time.Minute, warnBlocked)
net/http
transport.go#L1803: connectCtx, cancel := testHookProxyConnectTimeout(ctx, 1*time.Minute)
![]() |
The pages are generated with Golds v0.7.6. (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. |