Closed DarthSim closed 9 years ago
If you set $GOBIN in your shell (like I did), you still want gom to install binaries to the _vendor/bin folder. So you need to set $GOBIN for gom install command, and that's exactly what this PR does.
$GOBIN
_vendor/bin
gom install
make sense
If you set
$GOBIN
in your shell (like I did), you still want gom to install binaries to the_vendor/bin
folder. So you need to set$GOBIN
forgom install
command, and that's exactly what this PR does.