Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 281 Bytes

File metadata and controls

17 lines (14 loc) · 281 Bytes

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 ./...