awalterschulze / goderive

Derives and generates mundane golang functions that you do not want to maintain yourself
Apache License 2.0
1.23k stars 44 forks source link

allow a custom map type to declare DeepCopy func #88

Closed ndeloof closed 2 months ago

ndeloof commented 2 months ago

supersede https://github.com/awalterschulze/goderive/pull/87

awalterschulze commented 2 months ago

Looks good in principle.

Would you like to add a test?

ndeloof commented 2 months ago

sure, will do as soon as I can find some spare time for it

ndeloof commented 2 months ago

test case added

awalterschulze commented 2 months ago

Awesome job, thank you so much :D