This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Support Go modules #1532
Closed
Description
Now that vgo is available (https://research.swtch.com/vgo-tour), vscode-go will remove imports flag errors because it doesn't understand the module (go.mod) concept, assuming you've configured golint to do that.
Other issues will come up as well and the only workaround I can think of is disable lint modules (possibly).
I'm putting this out there since this is something we will definitely require .