- Go 1.21+
- Make
Install dependencies:
make install
Statement descriptors are centralized in protobuf files, in the proto
directory.
When ready to generate the Go code, run:
make build-protobuff
First ensure tests pass:
make test
Then release new version:
make build