测试定时器

This commit is contained in:
ZJY 2021-09-07 01:12:57 +08:00
parent 50d2a252da
commit 10fd360c96
2 changed files with 6 additions and 1 deletions

View File

@ -31,5 +31,5 @@ func init() {
InitReplies()
initTask()
initRepos()
intiSky()
intiSky(pri)
}

View File

@ -19,3 +19,8 @@ func intiSky(f func()) {
}
}()
}
func pri() {
logs.Info("测试启用")
}