golang-github-imdario-mergo 0.3.12-1 source package in Ubuntu

Changelog

golang-github-imdario-mergo (0.3.12-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch
    * Build-Depends: Drop versioned constraint on dh-golang.

  [ Shengjing Zhu ]
  * New upstream version 0.3.12
  * Update uscan watch file version to 4
  * Update Section to golang
  * Bump debhelper-compat to 13
  * Add Multi-Arch hint
  * Drop golang-github-stretchr-testify-dev from Build-Depends
  * Update Standards-Version to 4.6.0 (no changes)

 -- Shengjing Zhu <email address hidden>  Thu, 24 Feb 2022 23:44:36 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-imdario-mergo_0.3.12-1.dsc 1.7 KiB 9bee2d2ab4ec9aa01a2e3d4255e90e4168560c3c9e4171f1b1f6117484e0ea5a
golang-github-imdario-mergo_0.3.12.orig.tar.gz 21.8 KiB f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302
golang-github-imdario-mergo_0.3.12-1.debian.tar.xz 3.1 KiB 6f053a9ccc18c2d3146fae7b04e7d691d79885752ba352ff2e6e70fff742c383

Available diffs

No changes file available.

Binary packages built by this source

golang-github-imdario-mergo-dev: Functions to merge structs and maps in Go

 Mergo is a set of helper functions to merge structs and maps in
 the Go language. It is useful for configuration default values,
 avoiding messy if-statements in initialisation code.