Versions in this module Expand all Collapse all v3 v3.3.5 May 9, 2020 Changes in this version + type AbsTime time.Duration + func Now() AbsTime + func (t AbsTime) Add(d time.Duration) AbsTime + type Clock interface + After func(time.Duration) <-chan time.Time + Now func() AbsTime + Sleep func(time.Duration) + type Simulated struct + func (s *Simulated) ActiveTimers() int + func (s *Simulated) After(d time.Duration) <-chan time.Time + func (s *Simulated) Now() AbsTime + func (s *Simulated) Run(d time.Duration) + func (s *Simulated) Sleep(d time.Duration) + func (s *Simulated) WaitForTimers(n int) + type System struct + func (System) After(d time.Duration) <-chan time.Time + func (System) Now() AbsTime + func (System) Sleep(d time.Duration) Other modules containing this package github.com/beyonderyue/gochain