c4fa1792 by astaxie

comments for godocs

1 parent 724137e6
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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!