Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
16e7acd261
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main.go

+ 2 - 0
main.go View File

5
 	"fmt"
5
 	"fmt"
6
 	"gdyb/models"
6
 	"gdyb/models"
7
 	_ "gdyb/routers"
7
 	_ "gdyb/routers"
8
+	"gdyb/service"
9
+
8
 	//"gdyb/service"
10
 	//"gdyb/service"
9
 	"github.com/astaxie/beego"
11
 	"github.com/astaxie/beego"
10
 	"github.com/qiniu/api.v7/auth/qbox"
12
 	"github.com/qiniu/api.v7/auth/qbox"