iedc-go/vendor/github.com/mohae/deepcopy
2023-03-03 03:12:15 +08:00
..
.gitignore 重新索引 2023-03-03 03:12:15 +08:00
.travis.yml 重新索引 2023-03-03 03:12:15 +08:00
deepcopy.go 重新索引 2023-03-03 03:12:15 +08:00
LICENSE 重新索引 2023-03-03 03:12:15 +08:00
README.md 重新索引 2023-03-03 03:12:15 +08:00

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)