Пример #1
0
func Start(c *cron.Cron) {
	c.Start()
}
Пример #2
0
func start(c *cron.Cron, wg *sync.WaitGroup) {
	c.Start()
}