HTTP HMAC Signer for Go

January 18, 2023 ยท View on GitHub

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

Contents

  1. 1Run tests
  2. 2Run code coverage