From 51db7243f13285c9f8afd5d41beb0469165c9db0 Mon Sep 17 00:00:00 2001 From: Jeff Barg Date: Sun, 6 Jul 2014 12:28:18 -0400 Subject: [PATCH] Added Pongo and Gocraft/Web --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a25f4..53ee949 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Beego](http://beego.me/) - beego is an open-source, high-performance web framework for the Go programming language. * [traffic](https://github.com/pilu/traffic) - Sinatra inspired regexp/pattern mux and web framework for Go. * [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework. +* [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go. ### Middlewares @@ -48,7 +49,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation. * [gold](https://github.com/yosssi/gold) - Gold is a template engine for Go. This simplifies HTML coding in Go web application development. This is influenced by Slim and Jade. * [Razor](https://github.com/sipin/gorazor) - Razor view engine for Golang. - +* [Pongo](https://github.com/flosch/pongo) - A Django-like template engine for Go. ## Authentication and OAuth