当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 63

oldmaize/PPGo_Job
暂停

forked from georgehao/PPGo_Job
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
georgehao 提交于 2019-07-06 17:05 . 优化首页内容
/************************************************************
** @Description: PPGo_Job2
** @Author: haodaquan
** @Date: 2018-06-05 22:24
** @Last Modified by: haodaquan
** @Last Modified time: 2018-06-05 22:24
*************************************************************/
package main
import (
"github.com/astaxie/beego"
"github.com/george518/PPGo_Job/jobs"
"github.com/george518/PPGo_Job/models"
_ "github.com/george518/PPGo_Job/routers"
"time"
)
func init() {
//初始化数据模型
var StartTime = time.Now().Unix()
models.Init(StartTime)
jobs.InitJobs()
}
func main() {
beego.Run()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/oldmaize/PPGo_Job.git
git@gitee.com:oldmaize/PPGo_Job.git
oldmaize
PPGo_Job
PPGo_Job
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385