Make sure following installed on your machine:
- Go
- Make
- Docker
All new code must be covered with unit tests. Please make sure you've added all necessary tests.
make testmake lintDocker container contains all necessary tools for development. Just run bash in the dev container.
make bashTo see all available make commands run
make help