jinzhu / copier

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

moved ptr from copy as priority, and ignoring from nil value #19

Closed u007 closed 3 years ago

u007 commented 7 years ago

fix copying pointer to pointer on struct this allow *uuid.UUID to be copied from to destination

zbintliff commented 7 years ago

Think this in encompassed by #22 . This only looks at the from but that pr looks at the to as well.

jinzhu commented 3 years ago

codebase out of date ;(