repositorypackage
1.3.0
Repository: https://github.com/evervault/evervault-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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 ./...