const time.Minute
11 uses
time (current package)
format.go#L1580: "m": uint64(Minute),
time.go#L636: Minute = 60 * Second
time.go#L637: Hour = 60 * Minute
time.go#L785: min := d / Minute
time.go#L786: nsec := d % Minute
crypto/rand
rand_unix.go#L53: t := time.AfterFunc(time.Minute, warnBlocked)
github.com/cenkalti/backoff/v4
exponential.go#L80: DefaultMaxElapsedTime = 15 * time.Minute
github.com/gotd/td/internal/exchange
flow.go#L18: const DefaultTimeout = 1 * time.Minute
github.com/gotd/td/internal/mtproto
options.go#L137: opt.PingInterval = 1 * time.Minute
salt.go#L26: salt, ok := c.salts.Get(c.clock.Now().Add(time.Minute * 5))
net/http
transport.go#L1704: newCtx, cancel := context.WithTimeout(ctx, 1*time.Minute)
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. |