mohae / deepcopy

Deep copy things
MIT License
569 stars 122 forks source link

preserve nil slices and maps #4

Closed mat007 closed 8 years ago

mat007 commented 8 years ago

Hi,

Here is a fix to preserve nil slices and maps when deep copying instead of instantiating empty slices and maps.

mohae commented 8 years ago

Thanks, I appreciate your contribution!