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
The golang.org/x/tools/go/packages package is not able to resolve the golang_org vendored packages in src/vendor - e.g. this import. Is this expected? Is there a work-around?
Dupe of #28375, which was duped to #26924. I just stopped looking at anything in $GOROOT/.../vendor, but I haven't thought about how good a general solution that is.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The
golang.org/x/tools/go/packages
package is not able to resolve thegolang_org
vendored packages in src/vendor - e.g. this import. Is this expected? Is there a work-around?Output:
The text was updated successfully, but these errors were encountered: