format comments
Showing
1 changed file
with
5 additions
and
5 deletions
| ... | @@ -14,13 +14,13 @@ | ... | @@ -14,13 +14,13 @@ |
| 14 | 14 | ||
| 15 | // beego is an open-source, high-performance, modularity, full-stack web framework | 15 | // beego is an open-source, high-performance, modularity, full-stack web framework |
| 16 | // | 16 | // |
| 17 | // package main | 17 | // package main |
| 18 | // | 18 | // |
| 19 | // import "github.com/astaxie/beego" | 19 | // import "github.com/astaxie/beego" |
| 20 | // | 20 | // |
| 21 | // func main() { | 21 | // func main() { |
| 22 | // beego.Run() | 22 | // beego.Run() |
| 23 | // } | 23 | // } |
| 24 | // | 24 | // |
| 25 | // more infomation: http://beego.me | 25 | // more infomation: http://beego.me |
| 26 | package beego | 26 | package beego | ... | ... |
-
Please register or sign in to post a comment