You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)