cloudflare / hellogopher

Hellogopher: "just clone and make" your conventional Go project
MIT License
1.15k stars 59 forks source link

Having GOBIN set builds and imports executable to wrong location #9

Closed RichyHBM closed 7 years ago

RichyHBM commented 7 years ago

If you have GOBIN set in order to download executables via go get without the need to worry about GOPATH, this script downloads gvt to GOBIN rather than ./bin which creates an error for the setup process

FiloSottile commented 7 years ago

Good catch. GOBIN causes behavior to be unpredictable or broken. I'll fix this soon. Thanks!