説明なし

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)