deep-copy icon indicating copy to clipboard operation
deep-copy copied to clipboard

Primitive copy on maps

Open enderv opened this issue 3 years ago • 1 comments

Some lint fixes and adding an initial assignment to get primitives copied over.

With code I was working with some values were still empty. Tested on the struct I was having problems with and using a deepequal compare and all seems to be working now.

enderv avatar Jan 19 '22 18:01 enderv

Do you happen to have a simplified case that illustrates the problem (like one of the issue_*.go files in testdata)?

urandom avatar Jan 20 '22 08:01 urandom