mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 03:51:20 +00:00
9 lines
347 B
Markdown
9 lines
347 B
Markdown
|
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)
|