]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: fix typo in type.go
authorRenJiangdu <38402095+renjiangdu@users.noreply.github.com>
Thu, 28 Dec 2023 09:49:45 +0000 (09:49 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 30 Dec 2023 00:23:59 +0000 (00:23 +0000)
commit3233542e8514f641883119e6afa3ae1256b7642b
treec6afa95d3ec16f78ded40bb10c5cd4b08a30fc4b
parent988b718f4130ab5b3ce5a5774e1a58e83c92a163
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: f301a8aa5294e7669361627c82b2978652cfc14b
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>
src/reflect/type.go