On Tuesday, October 3, 2017 at 11:20:11 AM UTC+2, Jakob Borg wrote:
>
> On 3 Oct 2017, at 10:17, alexandre...@gmail.com <javascript:> 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. 
>

I do want it to get all the dependencies (basic HTTP/S fetch). I just don't 
want it to worry about Git or any other VCS, since I just downloaded a 
snapshot as a tarball.

-Alex

-- 
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