1
0
Files
tl-vikunja/vendor/github.com/mohae/deepcopy/README.md
2019-12-07 14:30:51 +00:00

347 B

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)