|
|
|
|
|
by jff
4571 days ago
|
|
"go get" is kind of ok for trying out a new library quickly, but it's terrible for a real project. Brad Fitzpatrick doesn't use it for Camlistore, instead he also does a Makefile-like system: https://github.com/bradfitz/camlistore The sooner they deprecate the use of "go get", the better. |
|
Is this the approach you recommend? I’ve never built a large go project, so I’m eager to learn what the best practices are.