Versions in this module Expand all Collapse all v1 v1.0.1 Jan 20, 2021 Changes in this version + type Cron struct + C <-chan time.Time + func NewCron(sch Schedule, tz *time.Location) *Cron + func (c *Cron) Stop() + type Schedule struct + func ParseSchedule(s string) (Schedule, error) + func (s Schedule) NextAfter(t time.Time) time.Time + func (s Schedule) String() string