1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-20 22:41:49 +00:00

Merge pull request #753 from smallfish/develop

format comments
This commit is contained in:
astaxie 2014-08-20 16:40:26 +08:00
commit ff9c8d94e6

View File

@ -14,13 +14,13 @@
// beego is an open-source, high-performance, modularity, full-stack web framework
//
// package main
// package main
//
// import "github.com/astaxie/beego"
// import "github.com/astaxie/beego"
//
// func main() {
// beego.Run()
// }
// func main() {
// beego.Run()
// }
//
// more infomation: http://beego.me
package beego