[ 源代码: golang-github-mohae-deepcopy ]
软件包:golang-github-mohae-deepcopy-dev(0.0~git20170929.c48cc78-2)
golang-github-mohae-deepcopy-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-mohae-deepcopy:
- [golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-2.dsc]
- [golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz]
- [golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
create deep copies of things
A standard copy would only copy the pointers, while deepcopy copies the values pointed to. Unexported field values are not copied.