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,6 +5,8 @@ import (
5 5
 	"fmt"
6 6
 	"gdyb/models"
7 7
 	_ "gdyb/routers"
8
+	"gdyb/service"
9
+
8 10
 	//"gdyb/service"
9 11
 	"github.com/astaxie/beego"
10 12
 	"github.com/qiniu/api.v7/auth/qbox"