[ ソース: golang-github-mohae-deepcopy ]
パッケージ: golang-github-mohae-deepcopy-dev (0.0~git20170929.c48cc78-4)
golang-github-mohae-deepcopy-dev に関するリンク
Debian の資源:
golang-github-mohae-deepcopy ソースパッケージをダウンロード:
- [golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.dsc]
- [golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz]
- [golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.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.