const time.Minute
11 uses
time (current package)
format.go#L1622: "m": uint64(Minute),
time.go#L939: Minute = 60 * Second
time.go#L940: Hour = 60 * Minute
time.go#L1098: min := d / Minute
time.go#L1099: nsec := d % Minute
crypto/internal/sysrand
rand.go#L41: t := time.AfterFunc(time.Minute, warnBlocked)
github.com/cenkalti/backoff/v4
exponential.go#L83: DefaultMaxElapsedTime = 15 * time.Minute
github.com/gotd/td/exchange
flow.go#L18: const DefaultTimeout = 1 * time.Minute
github.com/gotd/td/mtproto
options.go#L154: opt.PingInterval = 1 * time.Minute
salt.go#L26: salt, ok := c.salts.Get(c.clock.Now().Add(time.Minute * 5))
net/http
transport.go#L1890: connectCtx, cancel := testHookProxyConnectTimeout(ctx, 1*time.Minute)
![]() |
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. |