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 installed gvm to try using other go versions. All 
behave similar.
I have used 'git get -x -a' to inspect the actions performed and see that 
all compile steps are run ok, so I get the .a files ok.
However I can not see that any link actions are called. The last action 
listed is a mv on an .a file.
Any ideas on how to fix this?

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