Evervault Go SDK 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 ./...