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

Fix for #1256. Indent the code sample lines properly.

This commit is contained in:
Mawuli Adzoe 2015-07-15 12:04:18 +00:00
parent a89f14d80d
commit 0564956fd6

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