diff options
Diffstat (limited to 'vendor/github.com/gorilla/handlers/README.md')
-rw-r--r-- | vendor/github.com/gorilla/handlers/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/github.com/gorilla/handlers/README.md b/vendor/github.com/gorilla/handlers/README.md index 6eba66bf3..02555b264 100644 --- a/vendor/github.com/gorilla/handlers/README.md +++ b/vendor/github.com/gorilla/handlers/README.md @@ -1,10 +1,10 @@ -gorilla/handlers -================ +# gorilla/handlers + + +[](https://codecov.io/github/gorilla/handlers) [](https://godoc.org/github.com/gorilla/handlers) -[](https://circleci.com/gh/gorilla/handlers) [](https://sourcegraph.com/github.com/gorilla/handlers?badge) - Package handlers is a collection of handlers (aka "HTTP middleware") for use with Go's `net/http` package (or any framework supporting `http.Handler`), including: |