Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 897 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 897 Bytes

Evervault

Evervault Go SDK

Go Report Card Go Reference

For up to date usage docs please refer to Evervault docs and godocs

Testing

To Test the sdk run

go test -v -count=1 -race ./...

Linting

Linting is run on all PR with golangci-lint.

To test locally you can run

golangci-lint run ./...