Versions in this module Expand all Collapse all v0 v0.0.3 Oct 18, 2025 v0.0.2 Oct 18, 2025 v0.0.1 Oct 16, 2025 Changes in this version + type Timer struct + func New(duration time.Duration) *Timer + func (t *Timer) Done() bool + func (t *Timer) Duration() time.Duration + func (t *Timer) Reset() + func (t *Timer) Update(dt time.Duration) bool