go-jamming/common/time.go

7 lines
131 B
Go

package common
import "time"
// I know it's public. Not sure how to handle this in tests, package-independent
var Now = time.Now