Negroni
Idiomatic HTTP Middleware for Golang
Negroni is a middleware-focused library for Go with an idiomatic approach. It is similar to Martini, but comes in a small, non-intrusive package.
Negroni is not a framework. It is designed to work directly with net/http. It is also BYOR (Bring Your Own Router), and plays well with most http routers available in the Go community by fully supporting net/http.
Negroni is currently translated in a number of different languages, and comes with some default middleware that can be used for most...