Brak opisu

paddy 7916fbaec3 init 3 lat temu
.gitignore 7916fbaec3 init 3 lat temu
.travis.yml 7916fbaec3 init 3 lat temu
LICENSE 7916fbaec3 init 3 lat temu
README.md 7916fbaec3 init 3 lat temu
deepcopy.go 7916fbaec3 init 3 lat temu
deepcopy_test.go 7916fbaec3 init 3 lat temu

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)