From 541303286f116246834df738a9b2582baca523a0 Mon Sep 17 00:00:00 2001 From: Marin Date: Wed, 16 Jul 2014 15:23:31 -0700 Subject: [PATCH] Add https://github.com/go-on/wrap Used the similar description as muxchain because there are only so many ways you can describe a middlewares package without being biased, but exactly the same description looks weird. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 305d4787..2f6355aa 100644 --- a/README.md +++ b/README.md @@ -433,8 +433,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for creating HTTP middlewares.* * [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go. +* [go-wrap](https://github.com/go-on/wrap) - Small middlewares package for net/http. * [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http. -* [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP Middleware for Golang. +* [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.