[go-nuts] Re: Link not performed when 'go install'

2017-10-01 Thread Hallgeir Holien
Thank you! On Sunday, October 1, 2017 at 12:50:51 PM UTC+2, Dave Cheney wrote: > > The command you want is > > go get -u github.com/golang/dep/cmd/dep > > You should never need the -a flag unless something is broken with your Go > installation, so you should fix that, not apply -a

[go-nuts] Re: Link not performed when 'go install'

2017-10-01 Thread Hallgeir Holien
t; go get golang.org/x/tools > > Will get the tools repo, but will not build any commands because the > commands are in the path > > go get golang.org/x/tools/cmd/... > > What is the full command you ran, and what is the full output you received? > > Thanks > > Dave

[go-nuts] Link not performed when 'go install'

2017-09-30 Thread Hallgeir Holien
My Go environment(on Ubuntu 16.04 and several versions of go, including 1.9) no longer builds the executable. I have previously been able to run go get and go install to build executables to the bin folder using go1.8.3. Now, for some reason I do not get any executables. After this happened I