Closed EvanOman closed 7 months ago
This patch fixes a panic I was encountering when using a map whose value was a non-value-type like another Map, Struct, Slice, etc.
panic
Related:
This fix makes gopy useable for me but I have not added new tests (yet)
gopy
Thanks for the fix and review. Looks sensible to me.
This patch fixes a
panic
I was encountering when using a map whose value was a non-value-type like another Map, Struct, Slice, etc.Related:
346
329
This fix makes
gopy
useable for me but I have not added new tests (yet)