# macOS
brew install go `# golang compiler`
brew install colima `# docker substitute`
colima start --mount-type 9p
go install gotest.tools/gotestsum@latest `# nicer test runner`
gotestsum -f testname
./output/build.sh
[for maintainer] do not create git tags manually, update the changelog and the script will tag based on it.
./output/release.sh