We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature description
We run goimports in make format which sorts imports. However, it does not group them correctly. The right order is:
goimports
make format
We need to find a way to sort them in the correct order automatically.
The text was updated successfully, but these errors were encountered:
https://github.com/incu6us/goimports-reviser is not usable.
Sorry, something went wrong.
@nkryuchkov maybe it would make sense to raise an issue with goimports-reviser.
goimports-reviser
@jdknives It looks like https://github.com/incu6us/goimports-reviser works great now. Let's test it.
WIll be closed by all referenced PRs.
nkryuchkov
No branches or pull requests
Feature description
We run
goimports
inmake format
which sorts imports. However, it does not group them correctly. The right order is:We need to find a way to sort them in the correct order automatically.
The text was updated successfully, but these errors were encountered: