Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohae/deepcopy
Deep copy things
https://github.com/mohae/deepcopy
deepcopy go
Last synced: 2 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 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T17:20:43.000Z (about 4 years ago)
- Last Synced: 2024-10-29T17:00:00.181Z (3 months ago)
- Topics: deepcopy, go
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 570
- Watchers: 16
- Forks: 122
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deepCopy
========
[![GoDoc](https://godoc.org/github.com/mohae/deepcopy?status.svg)](https://godoc.org/github.com/mohae/deepcopy)[![Build Status](https://travis-ci.org/mohae/deepcopy.png)](https://travis-ci.org/mohae/deepcopy)DeepCopy makes deep copies of things: unexported field values are not copied.
## Usage
cpy := deepcopy.Copy(orig)