Browse Source

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

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

+ 2 - 2
main.go View File

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