quorum/vendor/github.com/mohae/deepcopy
Kurkó Mihály a9835c1816 cmd, dashboard, log: log collection and exploration (#17097)
* 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
2018-07-11 10:59:04 +03:00
..
LICENSE cmd, dashboard, log: log collection and exploration (#17097) 2018-07-11 10:59:04 +03:00
README.md cmd, dashboard, log: log collection and exploration (#17097) 2018-07-11 10:59:04 +03:00
deepcopy.go cmd, dashboard, log: log collection and exploration (#17097) 2018-07-11 10:59:04 +03:00

README.md

deepCopy

GoDocBuild Status

DeepCopy makes deep copies of things: unexported field values are not copied.

Usage

cpy := deepcopy.Copy(orig)