func()

in default.go [15:15]


func (dc DefaultClock) After(d time.Duration) <-chan time.Time { return time.After(d) }