修改router包位置错误

This commit is contained in:
郝大全
2017-06-23 13:59:45 +08:00
parent accc566aef
commit 42d414dd5b

View File

@@ -1,8 +1,8 @@
package routers package routers
import ( import (
"github.com/PPGo_Job/controllers"
"github.com/astaxie/beego" "github.com/astaxie/beego"
"github.com/george518/PPGo_Job/controllers"
) )
func init() { func init() {