Update index.go

go mod
pull/123/head
ffdfgdfg 2019-12-01 22:37:48 +08:00 committed by GitHub
parent 383dbd1b7b
commit d888511f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {