1
0
mirror of https://github.com/astaxie/beego.git synced 2025-02-16 23:27:05 +00:00

format comments

This commit is contained in:
smallfish 2014-08-19 16:48:30 +08:00
parent 26da23266a
commit f85ac088c3

View File

@ -14,13 +14,13 @@
// beego is an open-source, high-performance, modularity, full-stack web framework // 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() { // func main() {
// beego.Run() // beego.Run()
// } // }
// //
// more infomation: http://beego.me // more infomation: http://beego.me
package beego package beego