jinzhu / copier

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

Copy slice by value #71

Closed math-nao closed 3 years ago

math-nao commented 3 years ago

Closes #33

Change details:

Add support for copying slice by value Add support for deep copy on slice field Add more tests for this use case

jinzhu commented 3 years ago

Hello @math-nao

Could you fix the conflicting, thank you.