-
Install Go v1.21.x, for example:
-
Run following command to install all dependencies
make provision
-
During development use following commands:
To format your code, run:
make format
To perform quality assessment checks, run:
make check
To test your code, run:
make test