-
Notifications
You must be signed in to change notification settings - Fork 18.1k
runtime: docfix countAlloc #64357
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
runtime: docfix countAlloc #64357
Conversation
This PR (HEAD: f9a26cc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544755. Important tips:
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Hiro Hamada: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
fix typo in `countAlloc` doc
This PR (HEAD: 6080d3c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544755. Important tips:
|
Message from Peter Feichtinger: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Hiro Hamada: Patch Set 2: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Michael Knyszek: Patch Set 2: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-29T16:27:12Z","revision":"d83df760bf2dc032c91a0ab49cfbe9f789b2f655"} Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Michael Knyszek: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544755. |
fix typo in `countAlloc` doc Change-Id: I9f0752412b7a7dfae4915870edeab4ac52e38b2d GitHub-Last-Rev: 6080d3c GitHub-Pull-Request: #64357 Reviewed-on: https://go-review.googlesource.com/c/go/+/544755 Reviewed-by: Michael Pratt <[email protected]> Reviewed-by: Hiro Hamada <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
This PR is being closed because golang.org/cl/544755 has been merged. |
fix typo in
countAlloc
doc