-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
doc: proposed wording change for context #16642
Comments
This does miss one small note, that the |
@MichaelTJones I can't think of wording that retains the information that If you can, please suggest it. |
Hmm… How about: promoted the context package from the into and used by the standard library; From: Chris Broadfoot notifications@github.com @MichaelTJones I can't think of wording that retains the information that context is used within the standard library better than the way it is currently. If you can, please suggest it. — |
Go 1.7 has been shipped now. |
Please answer these questions before submitting your issue. Thanks!
go version
)?1.7rc6
go env
)?moot
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
moot
moot
Introductory paragraph on "what's changed" reads:
The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; includes the context package, promoted from the x/net subrepository and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature.
Proposed change permutes the reference order within the third clause...
The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; promotes the context package from the x/net subrepository to the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature.
The text was updated successfully, but these errors were encountered: