|
|
|
|
|
by burntsushi
4295 days ago
|
|
> You absolutely have to vendor your dependencies if you want any kind of stability with your project. I have several open source Go projects and I have been maintaining them for years by just using `go get`. I've never once had a stability problem because of it. Of course, your point is absolutely correct. But I'm pointing out that `go get` can absolutely be useful in some universes. In fact, it's one of the things I love most of the Go toolchain. So, umm, can we stop presupposing that everyone else's opinion and experience is just wrong? |
|