barkimedes / go-deepcopy

A Golang package for doing a deep copy for (just about) anything
MIT License
140 stars 28 forks source link

Custom type copier registration #11

Closed mnovak-veza closed 1 month ago

mnovak-veza commented 1 month ago

Implements custom-type copier registration. Consumers are be able to register custom copiers if needed.