This website works better with JavaScript
Home
Explore
Help
Register
Sign In
csx
/
gdyb
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of http://git.shengws.com/csx/gdyb
csx
3 years ago
parent
4f11165c88
commit
3c39755247
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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
}