package background import "github.com/robfig/cron" var c *cron.Cron // SetCronJob - func SetCronJob() { c = cron.New() c.Start() }