context: fix outdated documentation#77514
Conversation
|
This PR (HEAD: 15cab64) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/743440. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
Clarify the purpose of CancelFunc and cancellation causes in context documentation.
|
Done! |
|
This PR (HEAD: def6dcb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/743440. Important tips:
|
|
Message from Damien Neil: Patch Set 3: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 4: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 4: Commit-Queue+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-02-23T22:49:16Z","revision":"5a498451494209658d5b2d49ba26abcefd4cdd40"} Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Nicholas Husin: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Nicholas Husin: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result-1 Copied votes on follow-up patch sets have been updated:
Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-02-23T22:55:45Z","revision":"f0c1c4f318acba3649bd5ee80a2fd6e682158e90"} Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 5: -Commit-Queue (Performed by golang-scoped@luci-project-accounts.iam.gserviceaccount.com on behalf of dneil@google.com) Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 5: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-02-23T23:20:34Z","revision":"f0c1c4f318acba3649bd5ee80a2fd6e682158e90"} Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Damien Neil: Patch Set 5: -Commit-Queue (Performed by golang-scoped@luci-project-accounts.iam.gserviceaccount.com on behalf of dneil@google.com) Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
|
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/743440. |
Hello maintainers,
This change modifies the documentation provided for "context" package in the standard library. The documentation provided was outdated but now has been fixed.
NOTE: Due to my account being under 18 I can't access Gerrit.
Fixes: #77478