2025-04-01 10:38:02 +09:00

9 lines
138 B
Go

package annotationsimpl
import "time"
var (
// timeNow is an equivalent time.Now() that can be replaced in tests
timeNow = time.Now
)