jinzhu / copier

Copier for golang, copy value from struct to struct and more
MIT License
5.58k stars 489 forks source link

[fix] #80 check if field is existsing before access #82

Closed matthieujoossen closed 3 years ago

matthieujoossen commented 3 years ago

This should fix #80

destFieldKind := dest.Field(x).Kind() will panic if x >= dest.NumField()