From c9ef4963caba06187aafe8a0291b6af52398b179 Mon Sep 17 00:00:00 2001 From: Marin Date: Mon, 7 Jul 2014 19:43:06 -0700 Subject: [PATCH] Add render --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62f1588..e747cce 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go * [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http * [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang +* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses. + ## Template Engines