Versions in this module Expand all Collapse all v1 v1.1.0 Jul 26, 2018 v1.0.0 Jun 3, 2018 Changes in this version + func Now() time.Time + func SetTime(t Time) + func Since(t time.Time) time.Duration + type DefaultTime struct + func (*DefaultTime) After(d time.Duration) <-chan time.Time + func (*DefaultTime) AfterFunc(d time.Duration, f func()) Timer + func (*DefaultTime) Now() time.Time + func (*DefaultTime) Sleep(d time.Duration) + type Time interface + After func(d time.Duration) <-chan time.Time + AfterFunc func(d time.Duration, f func()) Timer + Now func() time.Time + Sleep func(d time.Duration) + type Timer interface + Reset func(d time.Duration) bool + Stop func() bool