go-ethereum/vendor/github.com/mohae/deepcopy
2018-05-29 03:08:36 +03:00
..
deepcopy.go dashboard, vendor: first fully working version (without rebase) 2018-05-29 03:08:36 +03:00
LICENSE dashboard, vendor: first fully working version (without rebase) 2018-05-29 03:08:36 +03:00
README.md dashboard, vendor: first fully working version (without rebase) 2018-05-29 03:08:36 +03:00

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)