Versions in this module Expand all Collapse all v1 v1.0.1 Apr 26, 2024 v1.0.0 Apr 16, 2024 Changes in this version + type Clock interface + After func(duration time.Duration) <-chan time.Time + NewTicker func(d time.Duration) Ticker + Now func() time.Time + func System() Clock + type Ticker interface + C func() <-chan time.Time + Stop func()