暫無描述

paddy 7916fbaec3 init 3 年之前
.gitignore 7916fbaec3 init 3 年之前
.travis.yml 7916fbaec3 init 3 年之前
LICENSE 7916fbaec3 init 3 年之前
README.md 7916fbaec3 init 3 年之前
deepcopy.go 7916fbaec3 init 3 年之前
deepcopy_test.go 7916fbaec3 init 3 年之前

README.md

deepCopy

GoDocBuild Status

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

Usage

cpy := deepcopy.Copy(orig)