Versions in this module Expand all Collapse all v1 v1.1.0 Jun 22, 2016 Changes in this version + type Clock interface + After func(d time.Duration) <-chan time.Time + Now func() time.Time + Sleep func(d time.Duration) + func NewRealClock() Clock + type FakeClock interface + Advance func(d time.Duration) + BlockUntil func(n int) + func NewFakeClock() FakeClock v1.1.0-beta3 Jun 10, 2016 v1.1.0-beta2 Jun 3, 2016