1deepCopy 2======== 3[](https://godoc.org/github.com/mohae/deepcopy)[](https://travis-ci.org/mohae/deepcopy) 4 5DeepCopy makes deep copies of things: unexported field values are not copied. 6 7## Usage 8 cpy := deepcopy.Copy(orig)