Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2015 v0.1.0 May 26, 2015 Changes in this version + func TimeEq(t time.Time) oglematchers.Matcher + func TimeNear(t time.Time, d time.Duration) oglematchers.Matcher + type Clock interface + Now func() time.Time + func RealClock() Clock + type SimulatedClock struct + func (sc *SimulatedClock) AdvanceTime(d time.Duration) + func (sc *SimulatedClock) Now() time.Time + func (sc *SimulatedClock) SetTime(t time.Time)