amseltools/vendor/github.com/mohae/deepcopy
2023-03-29 13:26:21 +00:00
..
.gitignore first commit 2023-03-29 13:26:21 +00:00
.travis.yml first commit 2023-03-29 13:26:21 +00:00
deepcopy.go first commit 2023-03-29 13:26:21 +00:00
LICENSE first commit 2023-03-29 13:26:21 +00:00
README.md first commit 2023-03-29 13:26:21 +00:00

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)