mirror of
https://github.com/golang/go
synced 2024-11-24 21:10:04 -07:00
runtime: Correct commonType.kind values to match compiler.
The copy of these values in the reflect package is already correct. R=rsc CC=golang-dev https://golang.org/cl/2009044
This commit is contained in:
parent
2585888118
commit
bbaef5f4dc
@ -53,6 +53,9 @@ const (
|
||||
kindFloat
|
||||
kindFloat32
|
||||
kindFloat64
|
||||
kindComplex
|
||||
kindComplex64
|
||||
kindComplex128
|
||||
kindArray
|
||||
kindChan
|
||||
kindFunc
|
||||
|
Loading…
Reference in New Issue
Block a user