aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/github.com/mohae/deepcopy/README.md
blob: f81841885b4e27e1761937c7b3359ba9f9675b82 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                                                                                                                
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)