[ Bron: golang-github-mohae-deepcopy ]
Pakket: golang-github-mohae-deepcopy-dev (0.0~git20170929.c48cc78-4)
Verwijzigingen voor golang-github-mohae-deepcopy-dev
Debian bronnen:
Het bronpakket golang-github-mohae-deepcopy downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.