cmd/go: go mod vendor
command cannot copy c and other files to the vendor directory
#29102
Labels
FrozenDueToAge
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?go mod vendor
command can not copy c and other files to the vendor directory ( #26366 ) , this makes a lot of packages have problems, maybe can addgo mod vendor -a
.The text was updated successfully, but these errors were encountered: