func()

in clock.go [29:31]


func (c *defaultClock) Now() time.Time {
	return time.Now()
}