-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
all: remove duplicate imports #2277
Conversation
/cc @tonistiigi |
@thaJeztah cc: @AkihiroSuda @crazy-max As @thaJeztah suggested, I'd choiced and unified the Also, upgrade the golangci-lint version to v1.41.1 to use PTAL. Note: Currently, golangci-lint outputs a warning message which " Ref: zchee/moby-buildkit@remove-dupimport...remove-dupimport-revive |
- goimports | ||
- golint | ||
- govet | ||
- importas |
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.
add importas and sorted alphabetically.
@thaJeztah @AkihiroSuda @crazy-max |
Needs rebase |
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
ocispecs means "O"pen "C"ontainer "I"nitiative image-spec/"specs"-go/v1 opencontainers /image-spec/specs-go/v1 Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
0e02981
to
9e6ea26
Compare
@tonistiigi done |
@tonistiigi Thanks! |
oh! looks like I missed your comment; LGTM, thanks! |
all: remove duplicate imports.