SVz777
Results
1
issues of
SVz777
code at [here](https://github.com/robfig/cron/blob/master/cron.go#L264) ``` func (c *Cron) run() { c.logger.Info("start") // Figure out the next activation times for each entry. now := c.now() for _, entry := range c.entries {...