Thanks for contributing to lexkey.
- Fork and clone the repository.
go mod downloadgo test ./...
- Run
go fmt ./...andgo vet ./.... - Any wire-format change requires SPEC.md updates and tests for sort order.
- Update
docs/for new types or encoding rules.
Note changes under ## [Unreleased] in CHANGELOG.md.