keel/util/timeutil/now.go

7 lines
90 B
Go

package timeutil
import "time"
//Now utility, to replace for testing
var Now = time.Now