-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
src: move things from internal to vendor for Go 1.7 #14047
Labels
Milestone
Comments
Revert this CL too: https://go-review.googlesource.com/#/c/19384/1 /cc @rsc |
To be clear, the only vendor-able stuff in $GOROOT/src/internal is hpack, right? |
Yes, currently. There was talk of moving singleflight to syncutil too, which has 3-4 copies lately, which are starting to diverge. |
CL https://golang.org/cl/21063 mentions this issue. |
gopherbot
pushed a commit
that referenced
this issue
Mar 24, 2016
Updates #14047 Change-Id: I7e314e2c7e3e8da18ab023729740fbc9ea3f661e Reviewed-on: https://go-review.googlesource.com/21063 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Robert Griesemer <[email protected]>
Did enough. |
CL https://golang.org/cl/23114 mentions this issue. |
gopherbot
pushed a commit
that referenced
this issue
May 14, 2016
Updates #14047 Change-Id: I4b150533393bfb90e840497095ac32bcca4f04c2 Reviewed-on: https://go-review.googlesource.com/23114 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Let's move stuff out of $GOROOT/src/internal and into $GOROOT/src/vendor for Go 1.7.
Related bugs: #13961 and #14031
The text was updated successfully, but these errors were encountered: