const time.Minute
7 uses
time (current package)
format.go#L1365: "m": int64(Minute),
time.go#L606: Minute = 60 * Second
time.go#L607: Hour = 60 * Minute
time.go#L755: min := d / Minute
time.go#L756: nsec := d % Minute
net/http
transport.go#L1679: newCtx, cancel := context.WithTimeout(ctx, 1*time.Minute)
src.elv.sh/pkg/shell
interact.go#L90: if cooldown < time.Minute {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)