in exponential/exponential.go [153:158]
func (b *Backoff) now() time.Time { if b.clock == nil { return time.Now() } return b.clock.Now() }