golang-gopkg-errgo.v1 0.0~git20161222.442357a-3 source package in Ubuntu

Changelog

golang-gopkg-errgo.v1 (0.0~git20161222.442357a-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Tue, 06 Feb 2018 00:18:14 -0500

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-errgo.v1_0.0~git20161222.442357a-3.dsc 2.3 KiB 3bede453033c3c4c412cf89a03dc462426aea5a65194f9dcba813fcedaae9933
golang-gopkg-errgo.v1_0.0~git20161222.442357a.orig.tar.xz 6.7 KiB 862b9175a049f8aa2f156dc9f5b9ad73af1ac1109c15f35b1fbff365584c7153
golang-gopkg-errgo.v1_0.0~git20161222.442357a-3.debian.tar.xz 2.1 KiB 71bcedfbce36ac51dd300a544d875f96c0a6ee1fd1aa5afaa1593e9591a4f297

No changes file available.

Binary packages built by this source

golang-gopkg-errgo.v1-dev: Dependable Go errors with tracebacks, version 1

 The errgo package provides a way to create and diagnose errors. It is
 compatible with the usual Go error idioms but adds a way to wrap errors so
 that they record source location information while retaining a consistent
 way for code to inspect errors to find out particular problems.