Hacker News new | ask | show | jobs
by sethammons 2310 days ago
> When the main module contains a top-level vendor directory and its go.mod file specifies go 1.14 or higher, the go command now defaults to -mod=vendor for operations that accept that flag.

Thank you! Modules and vendoring has been a royal pain. This should help a lot.