2022年5月6日
摘要: 1、安装依赖包 go get github.com/robfig/cron 2、多个定时任务 type TestJob1 struct { } func (this TestJob1) Run() { fmt.Println("this is job1!!!!!") } type TestJob2 阅读全文
posted @ 2022-05-06 16:09 每天进步一点点点点点 阅读(235) 评论(0) 推荐(0) 编辑