Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)