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
We should describe how import statements should be grouped in the styleguide. This seems like a great example of the kind of detail that can cause unnecessary back-and-forth on a PR. I would suggest we organize imports in one delaration with three groups:
stdlib
external (imported from another repo or module)
internal (same module)
This can be configured in Goland with the following settings:
We should describe how import statements should be grouped in the styleguide. This seems like a great example of the kind of detail that can cause unnecessary back-and-forth on a PR. I would suggest we organize imports in one delaration with three groups:
This can be configured in Goland with the following settings:
Or automated with the following command:
e.g
The text was updated successfully, but these errors were encountered: