-
Notifications
You must be signed in to change notification settings - Fork 18.4k
fmt: document the behaviour of %p on slices #24600
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
Conversation
This PR (HEAD: 3f3ec2d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/go/+/103516 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: 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/103516. |
Message from Rob Pike: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/103516. |
This PR (HEAD: bc34442) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/go/+/103516 to see it. Tip: You can toggle comments from me using the |
Message from Robin Eklind: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/103516. |
Fixes #23291. Change-Id: I9bb3b8246968693871d4800e2cdb2c8390f4b6a6 GitHub-Last-Rev: bc34442 GitHub-Pull-Request: #24600 Reviewed-on: https://go-review.googlesource.com/103516 Reviewed-by: Rob Pike <[email protected]>
This PR is being closed because golang.org/cl/103516 has been merged. |
Fixes #23291. Change-Id: I9bb3b8246968693871d4800e2cdb2c8390f4b6a6 GitHub-Last-Rev: bc3444206764016b730d770a8c71a49c214ae824 GitHub-Pull-Request: golang/go#24600 Reviewed-on: https://go-review.googlesource.com/103516 Reviewed-by: Rob Pike <[email protected]> (cherry picked from commit b8620afb8d17a2b884f20535ccbc21b192b75b3a)
Fixes #23291.