-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: fix imports order across the repo #8618
New issue
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
Conversation
760aad2
to
35ea7ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious to know what specific issue, if any, prompted this change or is this just implementing best practices?
This particular issue highlights problem with goimports: golang/go#20818 Mostly a syntactic issue. |
Just best practices. I am also looking at other go vet issues and fixed some of those in #8620 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
75b6f09
35ea7ff
to
75b6f09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes for best practices
This is the command I ran at the root of the repo:
This required installing gosimports like this: