-
Notifications
You must be signed in to change notification settings - Fork 2.4k
cmd/stringer: document option -trimprefix #593
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: 8e88891) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/706455. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
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 Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
This PR (HEAD: 19da3fa) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/706455. Important tips:
|
|
Message from Paško Zdilar: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Ian Lance Taylor: Patch Set 4: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
This PR (HEAD: 3ab5815) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/706455. Important tips:
|
|
Message from Paško Zdilar: Patch Set 5: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Alan Donovan: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
This PR (HEAD: fb644d5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/706455. Important tips:
|
|
This PR (HEAD: 877a738) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/706455. Important tips:
|
|
Message from Paško Zdilar: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Alan Donovan: Patch Set 8: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Go LUCI: Patch Set 8: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-25T17:35:19Z","revision":"b49cdbbadc6ec32a15827d88cb889904e2289d22"} Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Paško Zdilar: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Go LUCI: Patch Set 8: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Florian Lehner: Patch Set 9: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Alan Donovan: Patch Set 9: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Go LUCI: Patch Set 9: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-25T18:37:53Z","revision":"13e2aae754e545222967f3fd4069b7f89ee765ee"} Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Alan Donovan: Patch Set 9: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Go LUCI: Patch Set 9: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
|
Message from Go LUCI: Patch Set 9: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/706455. |
Fixes golang/go#75481. Change-Id: I2f2f9e55892799ffd84db6e4702aeda86896165a GitHub-Last-Rev: 877a738 GitHub-Pull-Request: #593 Reviewed-on: https://go-review.googlesource.com/c/tools/+/706455 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Florian Lehner <lehner.florian86@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com>
|
This PR is being closed because golang.org/cl/706455 has been merged. |
Fixes golang/go#75481.