diff --git a/web/controllers/index.go b/web/controllers/index.go index ff7370a..5b60495 100755 --- a/web/controllers/index.go +++ b/web/controllers/index.go @@ -4,7 +4,8 @@ import ( "github.com/cnlh/nps/lib/file" "github.com/cnlh/nps/server" "github.com/cnlh/nps/server/tool" - "github.com/cnlh/nps/vender/github.com/astaxie/beego" + + "github.com/astaxie/beego" ) type IndexController struct {