Нет описания

paddy 7916fbaec3 init 3 лет назад
.gitignore 7916fbaec3 init 3 лет назад
.travis.yml 7916fbaec3 init 3 лет назад
LICENSE 7916fbaec3 init 3 лет назад
README.md 7916fbaec3 init 3 лет назад
deepcopy.go 7916fbaec3 init 3 лет назад
deepcopy_test.go 7916fbaec3 init 3 лет назад

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)