Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 533 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 533 Bytes

GoDoc Build Status

Install

go get github.com/hawry/middlewares

Usage

Checkout the GoDoc page for the documentation: https://godoc.org/github.com/Hawry/middlewares

Testing

To see the test coverage and which lines that are being tested, run: go test -coverprofile=cp.out && go tool cover -html=cp.out