diff --git a/routers/router.go b/routers/router.go index 5a1cd54..5ed7803 100644 --- a/routers/router.go +++ b/routers/router.go @@ -1,8 +1,8 @@ package routers import ( - "github.com/PPGo_Job/controllers" "github.com/astaxie/beego" + "github.com/george518/PPGo_Job/controllers" ) func init() {