-
Notifications
You must be signed in to change notification settings - Fork 18k
encoding/asn1: use reflect.TypeFor for known types #62370
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
encoding/asn1: use reflect.TypeFor for known types #62370
Conversation
This PR (HEAD: d519835) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/524259. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
Message from veners chang: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
Message from Roland Shoemaker: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-08-30T17:07:11Z","revision":"98c297cc2ed3a6fc76aa00b9ff696bbbca6b0c8a"} Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
Message from Roland Shoemaker: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
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/524259. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
Message from Ian Lance Taylor: 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/524259. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-08-30T19:28:43Z","revision":"98c297cc2ed3a6fc76aa00b9ff696bbbca6b0c8a"} Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
Message from Ian Lance Taylor: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/524259. |
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/524259. |
For #60088 Change-Id: I4b2a5c6c59ef26361f343052a4ddaabde5d3bc94 GitHub-Last-Rev: d519835 GitHub-Pull-Request: #62370 Reviewed-on: https://go-review.googlesource.com/c/go/+/524259 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/524259 has been merged. |
For #60088