api/vendor/github.com/mohae/deepcopy
konrad d8399e374c Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
..
.gitignore Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
.travis.yml Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
LICENSE Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
README.md Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
deepcopy.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)