Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 701 Bytes

EscherGo - HTTP request signing lib

Build Status

Go implementation of the AWS4 compatible Escher HTTP request signing and authentication library.

Prerequisite

In order to run the tests, some Go libraries should be installed. Use go get to install the dependencies.

Run the tests

To run all the tests, use the go test -cover command.

About Escher

More details are available at our Escher documentation site.