issues
search
jinzhu
/
copier
Copier for golang, copy value from struct to struct and more
MIT License
5.58k
stars
489
forks
source link
Fix unintented initialization of pointer fields
#166
Closed
kcchu
closed
2 years ago
kcchu
commented
2 years ago
Invalid sql.Null* values should be copied to pointer field as nil
Embedded struct should be initialized if its member is copied directly
Add test cases to cover the above cases
Fix #165
Fix #165