.. | ||
.gitignore | ||
.travis.yml | ||
deepcopy.go | ||
LICENSE | ||
README.md |
deepCopy ======== [](https://godoc.org/github.com/mohae/deepcopy)[](https://travis-ci.org/mohae/deepcopy) DeepCopy makes deep copies of things: unexported field values are not copied. ## Usage cpy := deepcopy.Copy(orig)