ing
This commit is contained in:
parent
893e967fac
commit
61b8b75c30
|
@ -42,7 +42,7 @@ func SetValueWithJSONStringArray(raw []byte, targets []interface{}) error {
|
|||
return fmt.Errorf("Type conversion of value[%s] has been failed to %s[%d]", value, reflect.TypeOf(target).Elem().Kind(), indexI)
|
||||
}
|
||||
|
||||
target = cv
|
||||
reflect.ValueOf(target).Elem().Set(reflect.ValueOf(cv))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user