vendor: revendor

This commit is contained in:
Simon HEGE
2016-12-29 10:25:43 +01:00
parent b4c47910e4
commit 6cbf7125e0
9 changed files with 1186 additions and 2 deletions

9
vendor/github.com/gorilla/handlers/doc.go generated vendored Normal file
View File

@@ -0,0 +1,9 @@
/*
Package handlers is a collection of handlers (aka "HTTP middleware") for use
with Go's net/http package (or any framework supporting http.Handler).
The package includes handlers for logging in standardised formats, compressing
HTTP responses, validating content types and other useful tools for manipulating
requests and responses.
*/
package handlers