You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modcmd: do not copy test embed files when vendoring
Currently, `go mod vendor` copy all files matched by //go:embed, even when it is in a _test.go file.
According to the documentation, it should not include test code for vendored packages.
Fixes#63473
0 commit comments