周玉环 d906a41c2e first commit před 2 dny
..
.gitignore d906a41c2e first commit před 2 dny
.travis.yml d906a41c2e first commit před 2 dny
LICENSE d906a41c2e first commit před 2 dny
README.md d906a41c2e first commit před 2 dny
deepcopy.go d906a41c2e first commit před 2 dny

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)