x/tools/cmd/goimports: should not propose imports that are shadowed by vendored copies #23148
Labels
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
When you format
import
sections, goimports help us out of kindness.However, it mistakenly mix GOPATH-depended packages with packages under the
vendor
directory.I expect it should exclude GOPATH-depended one from an
import
section. if I use any vendoring tool.(It maybe the role of golint, so if you mind, cound you point out?)
The text was updated successfully, but these errors were encountered: