iedc-go/vendor/github.com/mohae/deepcopy/README.md
2023-03-03 03:12:15 +08:00

347 B

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)