jinzhu / copier

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

lower case field names not copying #69

Closed manit77 closed 3 years ago

manit77 commented 3 years ago

Lower case field names are ignored and not copied.

is this by design?