Fix test failures
Add bool type alias conversion in `elemKindToPointerTypes` and `underlyingNumberType`
This commit is contained in:
committed by
Jack Christensen
parent
c1c67e4e58
commit
70a200cff4
@@ -666,6 +666,7 @@ var elemKindToPointerTypes map[reflect.Kind]reflect.Type = map[reflect.Kind]refl
|
||||
reflect.Float32: reflect.TypeOf(new(float32)),
|
||||
reflect.Float64: reflect.TypeOf(new(float64)),
|
||||
reflect.String: reflect.TypeOf(new(string)),
|
||||
reflect.Bool: reflect.TypeOf(new(bool)),
|
||||
}
|
||||
|
||||
type underlyingTypeScanPlan struct {
|
||||
|
||||
Reference in New Issue
Block a user