https://github.com/mohae/deepcopy
Deep copy things
https://github.com/mohae/deepcopy
deepcopy go
Last synced: 9 months ago
JSON representation
Deep copy things
- Host: GitHub
- URL: https://github.com/mohae/deepcopy
- Owner: mohae
- License: mit
- Created: 2014-07-31T16:25:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T17:20:43.000Z (about 5 years ago)
- Last Synced: 2025-05-14T02:09:21.594Z (9 months ago)
- Topics: deepcopy, go
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 589
- Watchers: 15
- Forks: 123
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)