jinzhu / copier

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

Deep Copy is not working after upgrading to 0.4.0 #193

Closed mahadeva1989 closed 1 year ago

mahadeva1989 commented 1 year ago

Reproducible Example

Source: struct A{ ID Name }

Destination: ID Name

Description

I have a struct A in source object , whose fields are not getting copied to the primitive fields of destination.