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
go run was recently taught to build entire packages with their dependencies, so perhaps that's when this regression was introduced. CC @bcmills@jayconrod
What version of Go are you using (
go version
)?Recent, pretty much 1.13.
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?
I cannot do
go run file.go
in a module directory, but I can in a non-module directory:What did you expect to see?
It should run the program.
What did you see instead?
An error about conflicting packages.
The text was updated successfully, but these errors were encountered: