Exemplo n.º 1
0
func Start(c *cron.Cron) {
	c.Start()
}
Exemplo n.º 2
0
func start(c *cron.Cron, wg *sync.WaitGroup) {
	c.Start()
}