How to contribute Set Up Environment Make sure you have Go installed(version 1.18 or higher). Dependencies Management We use Go Modules for dependency management. Intall dependencies: go mod tidy Build To build the project, run: go build ./...