Sem descrição

paddy 7916fbaec3 init há 3 anos atrás
.gitignore 7916fbaec3 init há 3 anos atrás
.travis.yml 7916fbaec3 init há 3 anos atrás
LICENSE 7916fbaec3 init há 3 anos atrás
README.md 7916fbaec3 init há 3 anos atrás
deepcopy.go 7916fbaec3 init há 3 anos atrás
deepcopy_test.go 7916fbaec3 init há 3 anos atrás

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)