fix golint issues (#899)
This commit is contained in:
@@ -518,14 +518,14 @@ func (u *Unmarshaler) fillSliceValue(slice reflect.Value, index int, baseKind re
|
|||||||
target.Set(reflect.ValueOf(value))
|
target.Set(reflect.ValueOf(value))
|
||||||
ithVal.Set(target.Addr())
|
ithVal.Set(target.Addr())
|
||||||
return nil
|
return nil
|
||||||
} else {
|
|
||||||
if ithVal.Kind() != reflect.TypeOf(value).Kind() {
|
|
||||||
return errTypeMismatch
|
|
||||||
}
|
|
||||||
|
|
||||||
ithVal.Set(reflect.ValueOf(value))
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ithVal.Kind() != reflect.TypeOf(value).Kind() {
|
||||||
|
return errTypeMismatch
|
||||||
|
}
|
||||||
|
|
||||||
|
ithVal.Set(reflect.ValueOf(value))
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user