package initialize func InitTimer() { go func() { // var option []cron.Option // option = append(option, cron.WithSeconds()) }() }