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
goimports can be horribly slow when there are errors that look like packages it doesn't know about. Unfortunately this is a very frequent occurrence, and is the major reason why the Go mod switch is so important when doing major refactoring.
Also, .goal code needs to get its imports from generated .go code, so need special logic for that.
Relevant code
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
goimports can be horribly slow when there are errors that look like packages it doesn't know about. Unfortunately this is a very frequent occurrence, and is the major reason why the Go mod switch is so important when doing major refactoring.
Also, .goal code needs to get its imports from generated .go code, so need special logic for that.
Relevant code
No response
The text was updated successfully, but these errors were encountered: