repositorypackage
0.0.0-20240625081308-62f9058c9fc7
Repository: https://github.com/emartech/escher-go.git
Documentation: pkg.go.dev
# README
EscherGo - HTTP request signing lib
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.