Nincs leírás

paddy 7916fbaec3 init 3 éve
.gitignore 7916fbaec3 init 3 éve
.travis.yml 7916fbaec3 init 3 éve
LICENSE 7916fbaec3 init 3 éve
README.md 7916fbaec3 init 3 éve
deepcopy.go 7916fbaec3 init 3 éve
deepcopy_test.go 7916fbaec3 init 3 éve

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)