reflect: fix isBinary() for float types
Этот коммит содержится в:
родитель
6fbe6fa2ae
коммит
8fb5877d9e
1 изменённых файлов: 0 добавлений и 2 удалений
|
@ -972,8 +972,6 @@ func (t *rawType) isBinary() bool {
|
|||
switch t.Kind() {
|
||||
case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
|
||||
return true
|
||||
case Float32, Float64, Complex64, Complex128:
|
||||
return true
|
||||
case Pointer:
|
||||
return true
|
||||
case Array:
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче