golang-github-mohae-deepcopy 0.0~git20170929.c48cc78-3 source package in Ubuntu

Changelog

golang-github-mohae-deepcopy (0.0~git20170929.c48cc78-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-github-mohae-deepcopy-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 26 Nov 2022 13:04:51 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-3.dsc 2.3 KiB dc0cfc7b4d247d91914a9a2d108a796911dc55df21bfe18c5c23be2b8eee2203
golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz 8.5 KiB 213fd4db2b4107b5c1b989d0521a84914864551f0f26ecdd7ebf6ec0b96d62d9
golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-3.debian.tar.xz 2.3 KiB cd1c19d5038ab2d46d20b3f97f7423f87d3cdeca13524a86c10f4086c18d2aa9

No changes file available.

Binary packages built by this source

golang-github-mohae-deepcopy-dev: 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.