-
Notifications
You must be signed in to change notification settings - Fork 18.4k
testing: use reflect.TypeAssert and reflect.TypeFor #75494
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
testing: use reflect.TypeAssert and reflect.TypeFor #75494
Conversation
To simplify the code. Updates golang#62121 Updates golang#60088
This PR (HEAD: ffd07a7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/704575. Important tips:
|
Message from Alan Donovan: Patch Set 1: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/704575. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-17T13:59:41Z","revision":"1eea3eec04fb59881878b538d5bfbef308644c63"} Please don’t reply on this GitHub thread. Visit golang.org/cl/704575. |
Message from Alan Donovan: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/704575. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/704575. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/704575. |
To simplify the code. Updates #62121 Updates #60088 Change-Id: I1cef27b19961721b89a965c708320072a052d9af GitHub-Last-Rev: ffd07a7 GitHub-Pull-Request: #75494 Reviewed-on: https://go-review.googlesource.com/c/go/+/704575 Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Message from Michael Knyszek: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/704575. |
This PR is being closed because golang.org/cl/704575 has been merged. |
To simplify the code.
Updates #62121
Updates #60088