https://github.com/mohae/deepcopy.git

evan.hong 0f4111ce83 init před 3 roky
.gitignore 0f4111ce83 init před 3 roky
.travis.yml 0f4111ce83 init před 3 roky
LICENSE 0f4111ce83 init před 3 roky
README.md 0f4111ce83 init před 3 roky
deepcopy.go 0f4111ce83 init před 3 roky
deepcopy_test.go 0f4111ce83 init před 3 roky

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)