...

Text file src/github.com/mohae/deepcopy/README.md

Documentation: github.com/mohae/deepcopy

     1deepCopy
     2========
     3[![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)
     4
     5DeepCopy makes deep copies of things: unexported field values are not copied.
     6
     7## Usage
     8    cpy := deepcopy.Copy(orig)

View as plain text