소스 검색

Update index.go

go mod
ffdfgdfg 5 년 전
부모
커밋
d888511f60
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/controllers/index.go

+ 2 - 1
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 {