Golang bindings for the Radar API.
Commits should be based on Conventional Commits.
Run with:
go test
Release are created using commitizen. To create a new release:
- create a python venv if not existing:
python3 -m venv venv - activate the venv:
source venv/bin/activate - install commitizen:
pip install commitizen - run
cz bump - push to a new branch and make pr
- once merged, delete the tag created by commitizen, tag the release commit on main and push it