|
|
|
|
|
by stouset
3597 days ago
|
|
Except make, cmake, and autotools handle a completely separate problem which `GOPATH` has nothing to do with. Yes, being able to `go get` is great. Except `GOPATH` doesn't make it any more or less possible, especially now that `godep` is widely used. And that breaks down completely when you actually need to build something that consists of more than just go source. Protos, multi-language projects, etc. |
|