package utils import "time" func GetNow() time.Time { return time.Now() }