jinzhu / copier

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

make copier extensible using CopierFunc #37

Closed ariffebr closed 3 years ago

ariffebr commented 5 years ago

Need to make copier able to copy value from any type to go type. I added some extention func named RegisterCopyFunc to support this case, also added example on readme.md file.

Thank you.