1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 06:04:13 +00:00

comments for godocs

This commit is contained in:
astaxie 2014-08-18 16:44:40 +08:00
parent 724137e605
commit c4fa17921e

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