https://github.com/mohae/deepcopy.git

evan.hong 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos
.gitignore 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos
.travis.yml 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos
LICENSE 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos
README.md 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos
deepcopy.go 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos
deepcopy_test.go 0f4111ce83 init %!s(int64=3) %!d(string=hai) anos

README.md

deepCopy

GoDocBuild Status

DeepCopy makes deep copies of things: unexported field values are not copied.

Usage

cpy := deepcopy.Copy(orig)