golang-github-jinzhu-copier 0.3.2-2 source package in Ubuntu

Changelog

golang-github-jinzhu-copier (0.3.2-2) unstable; urgency=medium

  * update standards version
  * Bump standards version

 -- Reinhard Tartler <email address hidden>  Mon, 30 Aug 2021 11:43:01 +0200

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jinzhu-copier_0.3.2-2.dsc 2.3 KiB e628eb1698dca92a2ee2c4fe325aec0ee662c7e794f44424094286a41e726b16
golang-github-jinzhu-copier_0.3.2.orig.tar.gz 12.6 KiB 6629eb9aebf4a854aac1ef5ab77e90f1268563a2086ec00f9f3512cfa7f325d5
golang-github-jinzhu-copier_0.3.2-2.debian.tar.xz 2.8 KiB 7dfd14cf567c46c9eb4a1ea7df43fe4d58cd0c58021965d9e20ddcaf8cc6d3b4

No changes file available.

Binary packages built by this source

golang-github-jinzhu-copier-dev: Copy value from struct to struct and more (library)

 Library for deep copying complex datastructures in golang.
 Features:
   • Copy from field to field with same name
   • Copy from method to field with same name
   • Copy from field to method with same name
   • Copy from slice to slice
   • Copy from struct to slice
   • Copy from map to map
   • Enforce copying a field with a tag
   • Ignore a field with a tag