Browse Source

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

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

+ 1 - 0
main.go View File

@@ -12,6 +12,7 @@ func init() {
12 12
 }
13 13
 
14 14
 func main() {
15
+
15 16
 	beego.Run()
16 17
 
17 18
 }