cmd/go: explain automatic vendoring in 'go help modules' #37930
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
modules
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
go help modules
states that thego
command ignoresvendor
directories in module mode unless the-mod=vendor
flag is given. This is not accurate. Since #33848 was implemented in Go 1.14,-mod=vendor
may be enabled automatically. We should describe that.Thanks to @myitcv for pointing this out.
cc @bcmills @matloob
The text was updated successfully, but these errors were encountered: