bilibili-backup/vendor/github.com/mohae/deepcopy/README.md
2019-04-22 02:59:20 +00:00

347 B

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)