An open API service indexing awesome lists of open source software.

https://github.com/acquia/http-hmac-go

An implementation of the HTTP HMAC Spec in Golang.
https://github.com/acquia/http-hmac-go

Last synced: 11 days ago
JSON representation

An implementation of the HTTP HMAC Spec in Golang.

Awesome Lists containing this project

README

        

# HTTP HMAC Signer for Go

[![Build Status](https://travis-ci.org/acquia/http-hmac-go.svg)](https://travis-ci.org/acquia/http-hmac-go)
[![GoDoc](https://godoc.org/github.com/acquia/http-hmac-go/httphmac?status.svg)](https://godoc.org/github.com/acquia/http-hmac-go/httphmac)

An implementation of the [HTTP HMAC Spec](https://github.com/acquia/http-hmac-spec)
in [Golang](https://golang.org/).

## 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`