|
|
|
|
|
by chimeracoder
3395 days ago
|
|
Between the new default GOPATH and the support for vendoring, I'm not sure I know what getting rid of the GOPATH would even mean anymore. As a Go programmer since the 1.0 days, the concept of the GOPATH that existed when I started using the language is long gone. |
|
In my ideal world, I should be able to clone a go project anywhere on my system, fetch the dependencies from the internet, yes the internet, because its 2017. (if you're that concerned with security fine, include them in your repo) but I should be able to call go build in that directory wherever it is.