https://github.com/getlantern/deepcopy
Deep copying for Go
https://github.com/getlantern/deepcopy
Last synced: 8 months ago
JSON representation
Deep copying for Go
- Host: GitHub
- URL: https://github.com/getlantern/deepcopy
- Owner: getlantern
- License: apache-2.0
- Created: 2014-09-12T20:17:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:36:22.000Z (over 8 years ago)
- Last Synced: 2024-06-19T17:26:05.435Z (almost 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 19
- Watchers: 20
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deepcopy [](https://travis-ci.org/getlantern/deepcopy) [](https://coveralls.io/r/getlantern/deepcopy) [](http://godoc.org/github.com/getlantern/deepcopy)
==========
deepcopy provides a basic implementation of deep copying using json.Marshal
and json.Unmarshal. Hence it is not very performant, and it only works for
exported fields.
See [gopkg.in](http://gopkg.in/getlantern/deepcopy.v1) for usage and docs.