golang-github-hashicorp-go-multierror 1.1.1-2 source package in Ubuntu

Changelog

golang-github-hashicorp-go-multierror (1.1.1-2) unstable; urgency=medium

  [ Tianon Gravi ]
  * Team upload.
  * Remove self from Uploaders

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

 -- Jelmer Vernooij <email address hidden>  Sat, 26 Nov 2022 11:54:18 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-multierror_1.1.1-2.dsc 2.4 KiB 5a2781ba7d40ddb393e1af55e7b0b48493bb3a32b9bdfee020103fe611be61c8
golang-github-hashicorp-go-multierror_1.1.1.orig.tar.gz 13.5 KiB 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f
golang-github-hashicorp-go-multierror_1.1.1-2.debian.tar.xz 2.5 KiB ac96b1078dd3241928cd476c6a7bd3211e57c1b7d97f465b8e7ac5f8e95f1157

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-multierror-dev: Go package for representing a list of errors as a single error

 go-multierror is a package for Go that provides a mechanism for representing a
 list of error values as a single error.
 .
 This allows a function in Go to return an error that might actually be a list
 of errors. If the caller knows this, they can unwrap the list and access the
 errors. If the caller doesn't know, the error formats to a nice human-readable
 format.
 .
 go-multierror implements the errwrap interface so that it can be used with that
 library, as well.
 .
 This package contains the source.