-
Notifications
You must be signed in to change notification settings - Fork 2.3k
internal/imports: remove duplicate unused imports #299
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
base: master
Are you sure you want to change the base?
Conversation
Track imports per identifier as a slice to accommodate duplicates. This allows us to generate multiple import fixes per import identifier. Fixes golang/go#45398
This PR (HEAD: 79f5729) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/307449 to see it. Tip: You can toggle comments from me using the |
Message from Heschi Kreinick: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from Go Bot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=6557c927 Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from kokoro: Patch Set 1: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
@heschi anything blocking merge on this? |
Message from Heschi Kreinick: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from Go Bot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=6557c927 Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from kokoro: Patch Set 1: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/307449. |
Track imports per identifier as a slice to accommodate duplicates. This allows us to generate multiple import fixes per import identifier. Fixes golang/go#45398 Change-Id: I78b80efabefc2263251c0087a0f2dc688f708de3 GitHub-Last-Rev: 79f5729 GitHub-Pull-Request: #299 Reviewed-on: https://go-review.googlesource.com/c/tools/+/307449 Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Track imports per identifier as a slice to accommodate duplicates. This
allows us to generate multiple import fixes per import identifier.
Fixes golang/go#45398