Closed
Description
Your feature request related to a problem? Please describe.
Goimports
will not categorize your imports when wrongly formatted. PRs to add in the functionality were denied .
https://github.com/AanZee/goimportssort
Describe the solution you'd like.
Please add goimportssort
to our project.
Describe alternatives you've considered.
Manual install :)
Additional context.
- Automatically split your imports in three categories: inbuilt, external and local.
- Written fully in Golang, no dependencies, works on any platform.
- Detects Go module name automatically.
- Orders your imports alphabetically.
- Removes additional line breaks.
- No more manually fixing import orders.