Ei kuvausta

paddy 7916fbaec3 init 3 vuotta sitten
.gitignore 7916fbaec3 init 3 vuotta sitten
.travis.yml 7916fbaec3 init 3 vuotta sitten
LICENSE 7916fbaec3 init 3 vuotta sitten
README.md 7916fbaec3 init 3 vuotta sitten
deepcopy.go 7916fbaec3 init 3 vuotta sitten
deepcopy_test.go 7916fbaec3 init 3 vuotta sitten

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)