I have tried to use the command go get github.com/cloudnativego/hello as well as go install github.com/cloudnativego/hello@latest and a myriad of other options between the two commands to try to get this to install using the Go CLI tool. None of them worked. How would I pull this down using the Go CLI? Thanks.
I have tried to use the command
go get github.com/cloudnativego/helloas well asgo install github.com/cloudnativego/hello@latestand a myriad of other options between the two commands to try to get this to install using the Go CLI tool. None of them worked. How would I pull this down using the Go CLI? Thanks.