Open hyangah opened 2 years ago
cc @bcmills @matloob
🤦♂️
This isn't an issue for vendor
directories created after CL 315410, but of course there are lots of existing vendor
directories created before that.
Change https://go.dev/cl/393814 mentions this issue: cmd/go: exclude vendor directories when using
go work use -r .``
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
vendor
directory. (I used github.com/go-delve/delve)go work init; go work use -r .
from the root of the directoryWhat did you expect to see?
go.work file without modules from vendor directories.
What did you see instead?
cc @matloob