Closed matthieujoossen closed 3 years ago
This should fix #80
destFieldKind := dest.Field(x).Kind() will panic if x >= dest.NumField()
destFieldKind := dest.Field(x).Kind()
x >= dest.NumField()
This should fix #80
destFieldKind := dest.Field(x).Kind()
will panic ifx >= dest.NumField()