From 6ae08395b4016b2f1828e70c71e5556a21f217c9 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 11:07:40 -0300 Subject: [PATCH] Added beego on section web framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 056a850d..436121f8 100644 --- a/README.md +++ b/README.md @@ -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. * [pat](https://github.com/bmizerany/pat) - Sinatra style pattern muxer for Go’s net/http library, by the author of Sinatra. * [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