I believe the current idiom prioritizes any standard library imports, followed by any external modules, followed by any local packages.
The goimports utility from x/tools should reflect the idiom, ordering module groups accordingly.
I believe the current idiom prioritizes any standard library imports, followed by any external modules, followed by any local packages.
The goimports utility from x/tools should reflect the idiom, ordering module groups accordingly.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.