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 was archived by the owner on Jun 27, 2023. It is now read-only.
I'm wondering why the imports are not formatted according to goimports. When I open a mock file with my editor, it would automatically rearrange the imports, and then I have to revert this change before committing.
Considering that there exists a standard format how to arrange import paths, would it make sense if mockgen already arrange the import statements in that order?