go/src/reflect
RenJiangdu 3233542e85 reflect: fix typo in type.go
There is no 'of' relationships between float and string. This points to those interfaces with internal type float or string.

Change-Id: I14449f00c192e0d3f8270b433ff508978b7fdf17
GitHub-Last-Rev: f301a8aa52
GitHub-Pull-Request: golang/go#64885
Reviewed-on: https://go-review.googlesource.com/c/go/+/552957
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
Run-TryBot: qiulaidongfeng <2645477756@qq.com>
Run-TryBot: Jorropo <jorropo.pgm@gmail.com>
2023-12-30 00:23:59 +00:00
..
internal
abi.go reflect: replacing almost all use of *rtype with *abi.Type 2023-05-11 01:43:04 +00:00
abi_test.go
all_test.go src: a/an grammar fixes 2023-11-20 15:56:08 +00:00
arena.go reflect: fix ArenaNew to match documentation 2023-06-16 17:08:43 +00:00
asm_386.s
asm_amd64.s
asm_arm.s
asm_arm64.s
asm_loong64.s reflect, runtime: add reflect support for regABI on loong64 2023-11-21 19:04:25 +00:00
asm_mips64x.s
asm_mipsx.s
asm_ppc64x.s
asm_riscv64.s
asm_s390x.s
asm_wasm.s
benchmark_test.go reflect: optimize Value.IsZero for struct types 2023-11-19 17:09:03 +00:00
deepequal.go reflect: optimize DeepEqual() for maps 2023-07-31 15:44:01 +00:00
example_test.go
export_test.go reflect: optimize Value.IsZero for array types 2023-11-15 04:10:05 +00:00
float32reg_generic.go
float32reg_ppc64x.s
float32reg_riscv64.s
makefunc.go reflect: do not escape Value.Type 2023-05-12 21:11:51 +00:00
nih_test.go
set_test.go
stubs_ppc64x.go
stubs_riscv64.go
swapper.go reflect: replacing almost all use of *rtype with *abi.Type 2023-05-11 01:43:04 +00:00
tostring_test.go
type.go reflect: fix typo in type.go 2023-12-30 00:23:59 +00:00
type_test.go reflect: remove broken support for embedding of interfaces from StructOf. 2023-09-22 16:25:10 +00:00
value.go internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi 2023-11-22 03:56:03 +00:00
visiblefields.go
visiblefields_test.go