SandpointsGitHook/vendor/github.com/mohae/deepcopy
2023-07-29 01:10:04 +02:00
..
.gitignore compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
.travis.yml compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
deepcopy.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
LICENSE compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
README.md compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00

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)