Aucune description

paddy 7916fbaec3 init il y a 3 ans
.gitignore 7916fbaec3 init il y a 3 ans
.travis.yml 7916fbaec3 init il y a 3 ans
LICENSE 7916fbaec3 init il y a 3 ans
README.md 7916fbaec3 init il y a 3 ans
deepcopy.go 7916fbaec3 init il y a 3 ans
deepcopy_test.go 7916fbaec3 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)