An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/getlantern/deepcopy

package deepcopy provides functionality for making deep copies of objects. We originally wanted to use code.google.com/p/rog-go/exp/deepcopy, but it's not working with a current version of Go (even after fixing compile issues, its unit tests don't pass). Hence, we created this deepcopy. It makes a deep copy by using json.Marshal and json.Unmarshal, so it's not very performant.

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20160317154340-7f45deb8130a
almost 10 years ago
Versions
1
Dependent Packages
69
Dependent Repos
97
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/getlantern/deepcopy
spec
License Apache-2.0
Namespace github.com/getlantern
First Release almost 10 years ago
Last Synced 10 days ago
Repository
Stars 19 on GitHub
Forks 7 on GitHub
Docker Dependents 15
Docker Downloads 7,924
Rankings on proxy.golang.org
Overall Top 3.5%
Dependent packages Top 0.6%
Dependent repos Top 0.6%
Forks Top 7.3%
Docker downloads Top 0.9%