-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go get -u subrepos #2914
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
Labels
Comments
I don't. I don't want to think about them in my day-to-day hacking - part of the point was to speed the builds - and I am happy to fix them after the fact. Remember that we're not breaking them for Go 1 users: we're breaking them for people living at Go tip, who should expect breakages anyway. We have a TODO to gather a collection of external code that will form a Go 1 compatibility suite. Maybe the right thing is to make those the initial members of that suite. If you had a file listing go command package patterns, say external.txt code.google.com/p/go.crypto/... code.google.com/p/go.net/... &c then external.bash can be just go get $(cat external.txt) go test $(cat external.txt) (I plan to make patterns work in go get.) Russ |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: