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

Changelog

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

  * Team upload
  * Add tzdata to Build-Depends (Closes: #1027369)

 -- Shengjing Zhu <email address hidden>  Sat, 07 Jan 2023 16:00:35 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.dsc 1.7 KiB a19e8b302b03b9e0f094c25d7097a49f10212013ed25b147fff0e8e27f0093dd
golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz 8.5 KiB 213fd4db2b4107b5c1b989d0521a84914864551f0f26ecdd7ebf6ec0b96d62d9
golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.debian.tar.xz 2.4 KiB 06fa84766c3b0a4f3a4e5f26e962eedbf4729e4b4ca016b871759f291fde80ff

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.