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

evan.hong 0f4111ce83 init il y a 3 ans
.gitignore 0f4111ce83 init il y a 3 ans
.travis.yml 0f4111ce83 init il y a 3 ans
LICENSE 0f4111ce83 init il y a 3 ans
README.md 0f4111ce83 init il y a 3 ans
deepcopy.go 0f4111ce83 init il y a 3 ans
deepcopy_test.go 0f4111ce83 init il y a 3 ans

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)