mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 09:33:46 +00:00
* cmd, dashboard, internal, log, node: logging feature * cmd, dashboard, internal, log: requested changes * dashboard, vendor: gofmt, govendor, use vendored file watcher * dashboard, log: gofmt -s -w, goimports * dashboard, log: gosimple
8 lines
347 B
Markdown
8 lines
347 B
Markdown
deepCopy
|
|
========
|
|
[](https://godoc.org/github.com/mohae/deepcopy)[](https://travis-ci.org/mohae/deepcopy)
|
|
|
|
DeepCopy makes deep copies of things: unexported field values are not copied.
|
|
|
|
## Usage
|
|
cpy := deepcopy.Copy(orig)
|