6a7089a
1
2
3
4
5
6
7
8
package scheduler import "time" // timeNow is the clock function used by the scheduler package. // Tests can override this for deterministic behavior. var timeNow = time.Now