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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I am using vscode and go extension. Recently, I found each project of my workspace has a
go.mod
file in the project root path.What did you expect to see?
DON'T generate
go.mod
file in my project of the workspace even it's not related to Golang.What did you see instead?
As you can see, there is
go.mod
file in each project of my workspace, even these projects are not related to GolangThe text was updated successfully, but these errors were encountered: