修改包路径
This commit is contained in:
6
main.go
6
main.go
@@ -9,9 +9,9 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/astaxie/beego"
|
"github.com/astaxie/beego"
|
||||||
"github.com/george518/PPGo_Job2/jobs"
|
"github.com/george518/PPGo_Job/jobs"
|
||||||
"github.com/george518/PPGo_Job2/models"
|
"github.com/george518/PPGo_Job/models"
|
||||||
_ "github.com/george518/PPGo_Job2/routers"
|
_ "github.com/george518/PPGo_Job/routers"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user