This commit is contained in:
crusader 2018-03-20 14:41:27 +09:00
parent 893e967fac
commit 61b8b75c30

View File

@ -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))
}
}