a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
9 lignes
356 o
Go
9 lignes
356 o
Go
/*
|
|
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
|