jinzhu / copier

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

DeepCopy tag? #153

Open sneko opened 2 years ago

sneko commented 2 years ago

Hi @jinzhu ,

In my case I would like to deepcopy all nested fields, except some pointers. I looked at the code but it does not seem there is a tag to prevent or force the deepcopy for a specific field. Do you confirm?

Thank you,