Installation
You need to have GO (version >= 1.18) installed and configured on your machine before attempting to compile the project.
Start by cloning the repository in your GOPATH
Make sure your Go configuration looks like that one (especially the GO111Module):
Then compile (this will take care of installing the binaries in the PATH once compiled)
You should always use the latest version
Last updated