Versions in this module Expand all Collapse all v0 v0.7.0 Aug 18, 2022 Changes in this version + type Clock interface + Now func() time.Time + type StaticClock struct + func Fix(timestamp time.Time) StaticClock + func (c StaticClock) Clock() Clock + func (c StaticClock) Now() time.Time + type TimeClock struct + func New() TimeClock + func (TimeClock) Now() time.Time + func (c TimeClock) Clock() Clock