The command line utility...
Set proper GOROOT and PATH variables
export GOROOT="$HOME/go/root/1.17.4" export PATH="$PATH:$GOROOT/bin"
Clone repository
git clone https://github.com/devopsext/tools.git cd tools/ go build