in default.go [29:31]
func (dc DefaultClock) NewTimer(d time.Duration) Timer { return &defaultTimer{*time.NewTimer(d)} }