Sin descripción

paddy 7916fbaec3 init hace 3 años
.gitignore 7916fbaec3 init hace 3 años
.travis.yml 7916fbaec3 init hace 3 años
LICENSE 7916fbaec3 init hace 3 años
README.md 7916fbaec3 init hace 3 años
deepcopy.go 7916fbaec3 init hace 3 años
deepcopy_test.go 7916fbaec3 init hace 3 años

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)