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)