Versions in this module Expand all Collapse all v0 v0.3.0 Aug 29, 2024 Changes in this version + type Clocker interface + Now func() time.Time + func NewFixClocker(isAsia bool) Clocker + func NewRealClocker() Clocker + type FixedClocker struct + IsAsia bool + func (fc FixedClocker) Now() time.Time + type RealClocker struct + func (r RealClocker) Now() time.Time v0.2.0 Jun 29, 2023 v0.1.0 Dec 2, 2022