Added beego on section web framework

This commit is contained in:
Thiago Avelino 2014-07-06 11:07:40 -03:00
parent 8d356bc0df
commit 6ae08395b4

View File

@ -22,6 +22,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [web.go](http://webgo.io/) - A simple framework to write webapps in Go. * [web.go](http://webgo.io/) - A simple framework to write webapps in Go.
* [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Gos net/http library, by the author of Sinatra. * [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Gos net/http library, by the author of Sinatra.
* [Revel](http://revel.github.io/) - A high-productivity web framework for the Go language. * [Revel](http://revel.github.io/) - A high-productivity web framework for the Go language.
* [Beego](http://beego.me/) - beego is an open-source, high-performance web framework for the Go programming language.
## Template Engine ## Template Engine