On 3 Oct 2017, at 10:17, alexandre.ferri...@gmail.com wrote:
> 
> Thanks. However, "go get -t" still complains about "missing Git command". 
> Indeed, on that machine I intentionally don't  use any VCS (just a source 
> tarball). So I just need the Go compiler to compile and quit trying to brew 
> coffee I didn't request.

"go get" is the command for downloading packages (and then installing them). If 
you don't want it to attempt to download packages you want to use "go install", 
"go test", "go build" or some other subcommand.

//jb

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to