task/tasklist.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
task/tasklist.go
@@ -9,7 +9,7 @@ var s *gocron.Scheduler func init() { s = gocron.NewScheduler(time.UTC) s = gocron.NewScheduler(time.Local) } func Init() { _, err := s.Every(1).Month(1).Do(MonthStats) //每月初执行一次