Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + type Cron struct + func NewCron(d time.Duration) *Cron + func (c *Cron) Do(f func()) + func (c *Cron) Stop()