golang-github-hashicorp-go-multierror 0.0~git20161216.0.ed90515+ds-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-multierror (0.0~git20161216.0.ed90515+ds-1) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Tim Potter ]
  * Add me to uploaders

  [ Anthony Fok ]
  * New upstream version 0.0~git20161216.0.ed90515
  * Refresh debian/control
    - Bump Standards-Version to 3.9.8 (no change)
    - Change golang-go to golang-any in Build-Depends
  * Exclude vendored-in dependencies added since Aug 2016

 -- Anthony Fok <email address hidden>  Mon, 02 Jan 2017 20:44:25 -0700

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-multierror_0.0~git20161216.0.ed90515+ds-1.dsc 2.5 KiB f3f0bc499d520fee886d5807e0661467493ce302f9f4ef412b33a469984247e3
golang-github-hashicorp-go-multierror_0.0~git20161216.0.ed90515+ds.orig.tar.xz 9.3 KiB 29313b273101009ca65507b8b516503f13e0effc2d0edc49ea3ee2065b5c2477
golang-github-hashicorp-go-multierror_0.0~git20161216.0.ed90515+ds-1.debian.tar.xz 6.5 KiB 2728ee47b9ca5b0da065b1d6d5177c679d030c4b21c6f65ceb19ad310c67378d

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.