Documentation
¶
Overview ¶
package deepcopy provides functionality for making deep copies of objects. We originally wanted to use code.google.com/p/rog-go/exp/deepcopy, but it's not working with a current version of Go (even after fixing compile issues, its unit tests don't pass). Hence, we created this deepcopy. It makes a deep copy by using json.Marshal and json.Unmarshal, so it's not very performant.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.