]> Cypherpunks repositories - gostls13.git/commit
Revert "reflect: change rtype so that it (not *rtype) implements Type"
authorAustin Clements <austin@google.com>
Fri, 12 May 2023 12:59:19 +0000 (08:59 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 12 May 2023 13:32:40 +0000 (13:32 +0000)
commit6d2309b576bf4aa769a428f133ba2c8c524ff410
tree195a4602dde57ae97bf276c20e3fb20372a20cbc
parentc308e9b54c99d0d1fdc2bc317165aab6c36b1420
Revert "reflect: change rtype so that it (not *rtype) implements Type"

This reverts CL 487558, which is causing test failures in Google. See
b/282133554.

Change-Id: Icafa4ffc6aaa24a363abb90b8ae0b0183aca2b89
Reviewed-on: https://go-review.googlesource.com/c/go/+/494410
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Austin Clements <austin@google.com>
src/reflect/all_test.go
src/reflect/benchmark_test.go
src/reflect/export_test.go
src/reflect/makefunc.go
src/reflect/type.go
src/reflect/value.go