longping d9e6e61923 first commit před 1 rokem
..
.gitignore d9e6e61923 first commit před 1 rokem
.travis.yml d9e6e61923 first commit před 1 rokem
LICENSE d9e6e61923 first commit před 1 rokem
README.md d9e6e61923 first commit před 1 rokem
deepcopy.go d9e6e61923 first commit před 1 rokem

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)