mattn / gom

Go Manager - bundle for go
1.38k stars 92 forks source link

Set GOBIN for `gom install` #49

Closed DarthSim closed 9 years ago

DarthSim commented 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.

mattn commented 9 years ago

make sense