go get github.com/hawry/middlewares
Checkout the GoDoc page for the documentation: https://godoc.org/github.com/Hawry/middlewares
To see the test coverage and which lines that are being tested, run:
go test -coverprofile=cp.out && go tool cover -html=cp.out