Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-02-06 18:53:27 +03:00
parent 9c33cbc8e2
commit 5a554f9f0c

View File

@ -616,7 +616,7 @@ func (f *unwrap) checkTakeAll(v reflect.Value) bool {
switch v.Kind() {
case reflect.Struct:
break
case reflect.Pointer:
case reflect.Ptr:
v = v.Elem()
if v.Kind() != reflect.Struct {
return true