jinzhu / copier

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

Handle slices with the same underlying type (or convertible) #46

Closed AriehSchneier closed 3 years ago

jinzhu commented 3 years ago

Hello, would you mind to fixed the conflicting to merge it? thank you

AriehSchneier commented 3 years ago

It looks like copying slices of convertible types has now been added (pr #71), I tried my tests against latest master and they all pass. I will now close this pr.