service/vendor/github.com/mohae/deepcopy
lwl0608 9a00286db6 service 2023-12-21 22:17:40 +08:00
..
.gitignore service 2023-12-21 22:17:40 +08:00
.travis.yml service 2023-12-21 22:17:40 +08:00
LICENSE service 2023-12-21 22:17:40 +08:00
README.md service 2023-12-21 22:17:40 +08:00
deepcopy.go service 2023-12-21 22:17:40 +08:00

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)