From c9ef4963caba06187aafe8a0291b6af52398b179 Mon Sep 17 00:00:00 2001 From: Marin Date: Mon, 7 Jul 2014 19:43:06 -0700 Subject: [PATCH 1/2] 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 From 5ae96de50be3ab6edf55c2ad5492933f48720f87 Mon Sep 17 00:00:00 2001 From: Marin Date: Mon, 7 Jul 2014 19:46:13 -0700 Subject: [PATCH 2/2] fix some punctuation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e747cce..933e5b8 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ### Middlewares -* [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 +* [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. @@ -97,7 +97,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for implementing authentications schemes.* * [goauth](https://github.com/alloy-d/goauth) - A Go library for doing header-based OAuth over HTTP or HTTPS. Mostly created for working with Twitter. -* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middlewa +* [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware. * [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT). * [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.