Keine Beschreibung

paddy 7916fbaec3 init vor 3 Jahren
.gitignore 7916fbaec3 init vor 3 Jahren
.travis.yml 7916fbaec3 init vor 3 Jahren
LICENSE 7916fbaec3 init vor 3 Jahren
README.md 7916fbaec3 init vor 3 Jahren
deepcopy.go 7916fbaec3 init vor 3 Jahren
deepcopy_test.go 7916fbaec3 init vor 3 Jahren

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)