package env import "time" var ( // TimerPrecision indicates the precision of timer, default is time.Second TimerPrecision = time.Second )