Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisescmd/go: go list fails when run in $GOPATH/pkg/mod #30238
Closed
Comments
This comment has been minimized.
This comment has been minimized.
Dup of #30185. |
This comment has been minimized.
This comment has been minimized.
Sorry to comment. #30185 redirect to #34054, but it seems this is by design? gopls rely on
I file an issue to track. |
This comment has been minimized.
This comment has been minimized.
commented in #35485 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Tried to
go list
a module in $GOPATH/pkg/mod.What did you expect to see?
What did you see instead?
In go1.11.5:
In go1.12rc1:
Related
#27161