先安装下面这个依赖
go get github.com/robfig/cron/v3@v3.0.0
自己定义一个启动函数
import (
"github.com/robfig/cron/v3"
)
// 定时任务参考 https:
2021-01-22