]> Cypherpunks repositories - gostls13.git/commit
testing: use reflect.TypeAssert and reflect.TypeFor
authorapocelipes <seve3r@outlook.com>
Wed, 17 Sep 2025 09:47:20 +0000 (09:47 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 17 Sep 2025 15:48:07 +0000 (08:48 -0700)
commit3db5979e8cc4cc86c4fefb4cecc5a2041b32404d
treea81d2b04af5cea20015d6329e1953423ee68e592
parent6a8dbbecbfc32650841e737271384ffaba433292
testing: use reflect.TypeAssert and reflect.TypeFor

To simplify the code.

Updates #62121
Updates #60088

Change-Id: I1cef27b19961721b89a965c708320072a052d9af
GitHub-Last-Rev: ffd07a74da87b84b457246b2c94d4ee7540c8e8b
GitHub-Pull-Request: golang/go#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>
src/testing/fuzz.go
src/testing/quick/quick.go