Versions in this module Expand all Collapse all v0 v0.0.6 Aug 19, 2023 v0.0.5 Aug 14, 2023 Changes in this version + type Clocker interface + Now func() string + type FixedClocker struct + func (f FixedClocker) Now() string + type RealClocker struct + func (r RealClocker) Now() string