cron test

This commit is contained in:
wangchuxiao
2022-11-18 16:59:31 +08:00
parent 68ad1e9645
commit c0d7f0f5fd
3 changed files with 64 additions and 9 deletions
+2 -1
View File
@@ -3,9 +3,10 @@ package main
import (
"Open_IM/internal/cron_task"
"fmt"
"time"
)
func main() {
fmt.Println("start cronTask")
fmt.Println(time.Now(), "start cronTask")
cronTask.StartCronTask()
}