go-ethereum/vendor/github.com/mohae/deepcopy
..
deepcopy.go
LICENSE
README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)