We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Specifically, -local flag:
-local
-local string put imports beginning with this string after 3rd-party packages
That is very useful for projects that follow this grouping style:
import ( // stdlib // third-party // other packages of that project )