Versions in this module Expand all Collapse all v0 v0.1.3 Aug 26, 2019 v0.1.2 Apr 9, 2019 v0.1.0 Feb 23, 2019 Changes in this version + func MaxDuration(a, b time.Duration) time.Duration + func MostRecent(ts ...time.Time) time.Time + type Timer struct + C chan struct{} + func NewTimer(d time.Duration) *Timer + func (t *Timer) Cancel() bool + func (t *Timer) Start() bool