Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 546 Bytes

HTTP HMAC Signer for Go

Build Status GoDoc

An implementation of the HTTP HMAC Spec in Golang.

Run tests

To run the test cases use the make command make test

Run code coverage

To get the code coverage use the make command make coverage