修改包路径

This commit is contained in:
郝大全
2018-07-15 08:36:06 +08:00
parent 7bbe5585d8
commit 0aa4c2aa6e

View File

@@ -9,9 +9,9 @@ package main
import (
"github.com/astaxie/beego"
"github.com/george518/PPGo_Job2/jobs"
"github.com/george518/PPGo_Job2/models"
_ "github.com/george518/PPGo_Job2/routers"
"github.com/george518/PPGo_Job/jobs"
"github.com/george518/PPGo_Job/models"
_ "github.com/george518/PPGo_Job/routers"
)
const (