bilibili-backup/vendor/github.com/mohae/deepcopy
root beccf3fe43 init 2019-04-22 02:59:20 +00:00
..
BUILD.bazel init 2019-04-22 02:59:20 +00:00
LICENSE init 2019-04-22 02:59:20 +00:00
README.md init 2019-04-22 02:59:20 +00:00
deepcopy.go init 2019-04-22 02:59:20 +00:00

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)