Browse Source

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

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

+ 1 - 1
main.go View File

@@ -1,11 +1,11 @@
1 1
 package main
2 2
 
3 3
 import (
4
-	"Admin/service"
5 4
 	"context"
6 5
 	"fmt"
7 6
 	"gdyb/models"
8 7
 	_ "gdyb/routers"
8
+	"gdyb/service"
9 9
 	"github.com/astaxie/beego"
10 10
 	"github.com/qiniu/api.v7/auth/qbox"
11 11
 	"github.com/qiniu/api.v7/storage"