mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-03 19:48:31 -05:00
9 lines
347 B
Markdown
9 lines
347 B
Markdown
deepCopy
|
|
========
|
|
[](https://godoc.org/github.com/mohae/deepcopy)[](https://travis-ci.org/mohae/deepcopy)
|
|
|
|
DeepCopy makes deep copies of things: unexported field values are not copied.
|
|
|
|
## Usage
|
|
cpy := deepcopy.Copy(orig)
|