Descriptioncmd/go: respect $GOBIN always
Before, we only consulted $GOBIN for source code
found in $GOROOT, but that's confusing to explain
and less useful. The new behavior lets users set
GOBIN=$HOME/bin and have all go-compiled binaries
installed there.
Fixes issue 3269.
Patch Set 1 #Patch Set 2 : diff -r 2594f4a8314e https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 58e7a6ccfce2 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 52caddd5d95a https://go.googlecode.com/hg/ #
MessagesTotal messages: 5
|