周玉环 d906a41c2e first commit 2 天之前
..
.gitignore d906a41c2e first commit 2 天之前
.travis.yml d906a41c2e first commit 2 天之前
LICENSE d906a41c2e first commit 2 天之前
README.md d906a41c2e first commit 2 天之前
deepcopy.go d906a41c2e first commit 2 天之前

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)