|
|
|
|
|
by peterevans
3034 days ago
|
|
I am afraid I don't exactly agree. If you are publishing a library, for one, it's best not to include any vendored dependencies to begin with. But, ideally, no one should include vendored dependencies, whether a library or executable; those are things that can be fetched at build time. ("But, what if the dependencies disappear?" you may askāthis would be handled through the caching proxy in Russ' proposal.) The additional tool you would need to build your software would be vgo. |
|
(The Go folks have a bit of a blind spot for environments that don't have heavy duty infra. Recall how their initial solution to a montonic clock was "just arrange for your ntp server to not do that...")