Skip to content

Commit

Permalink
comments for godocs
Browse files Browse the repository at this point in the history
  • Loading branch information
astaxie committed Aug 18, 2014
1 parent 724137e commit c4fa179
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions beego.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4fa179

Please sign in to comment.