turk-english-docs-translation/vendor/github.com/mohae/deepcopy
2020-06-01 00:08:01 +05:00
..
.gitignore read from xls and write translation to xls 2020-06-01 00:08:01 +05:00
.travis.yml read from xls and write translation to xls 2020-06-01 00:08:01 +05:00
deepcopy.go read from xls and write translation to xls 2020-06-01 00:08:01 +05:00
LICENSE read from xls and write translation to xls 2020-06-01 00:08:01 +05:00
README.md read from xls and write translation to xls 2020-06-01 00:08:01 +05:00

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)