You need a working Go installation. You will have to set a GOPATH.
- Go to you $GOPATH
git clone git@github.com:mcrauwel/go-check-orchestrator.git src/check_orchestrator
cd src/check_orchestrator
go get
go build
Your binary will be placed in $GOPATH/bin