Versions in this module Expand all Collapse all v0 v0.19.2 Jul 10, 2024 Changes in this version + type Timer struct + Started time.Time + func Start() *Timer + func (t *Timer) Duration() float64 + func (t *Timer) DurationInt() int64 + func (t *Timer) Stop() float64 + func (t *Timer) String() string