update negroni path

maintained by @urfave
This commit is contained in:
Avelino 2016-12-06 14:58:47 -02:00
parent 294f48f835
commit 6594da0421

View File

@ -1194,7 +1194,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [httpware](https://github.com/nstogner/httpware) - Stackable middleware (using net/context) with easy chaining. * [httpware](https://github.com/nstogner/httpware) - Stackable middleware (using net/context) with easy chaining.
* [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang. * [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang.
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware 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/urfave/negroni) - Idiomatic HTTP middleware for Golang.
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses. * [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
* [stats](https://github.com/thoas/stats) - A Go middleware that stores various information about your web application. * [stats](https://github.com/thoas/stats) - A Go middleware that stores various information about your web application.