|
func startTimer(d time.Duration) (context.Context, context.CancelFunc) {
|
|
func startTimer(d time.Duration) (context.Context, context.CancelFunc) {
|
|
context.WithValue(context.Background(), timerSinceCtxKey, time.Now()),
|
|
context.WithValue(context.Background(), timerSinceCtxKey, time.Now()),
|