Skip to content
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

cmd/go: include standard-library packages in '...' patterns in module mode #26905

Closed
bcmills opened this issue Aug 9, 2018 · 1 comment
Closed
Labels
FrozenDueToAge modules NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Aug 9, 2018

As noted in #26317 (comment), the pattern ... should match packages in the standard library even in module mode, preserving its meaning from GOPATH mode.

As demonstrated in https://golang.org/cl/128637, today it does not.

@bcmills bcmills added NeedsFix The path to resolution is known, but the work has not been done. modules labels Aug 9, 2018
@bcmills bcmills added this to the Go1.11 milestone Aug 9, 2018
@gopherbot
Copy link

Change https://golang.org/cl/128997 mentions this issue: cmd/go: fix module ... pattern to match standard library

@golang golang locked and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge modules NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants