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
I have a suspicion that code generation followed by gofmt leads to implicit inclusion of packages, and this behavior is flappy. We should write a check to compare imports before and after formatting to enforce that code generation includes all required packages.
The text was updated successfully, but these errors were encountered:
I have a suspicion that code generation followed by gofmt leads to implicit inclusion of packages, and this behavior is flappy. We should write a check to compare imports before and after formatting to enforce that code generation includes all required packages.
The text was updated successfully, but these errors were encountered: