golang-github-matryer-try 1+git20161228.6.9ac251b-2.1 source package in Ubuntu

Changelog

golang-github-matryer-try (1+git20161228.6.9ac251b-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 14:59:35 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-matryer-try_1+git20161228.6.9ac251b-2.1.dsc 2.3 KiB 6fa83d663234fd361170e644591d516227bb251249ecc98cb98e09709e2b812e
golang-github-matryer-try_1+git20161228.6.9ac251b.orig.tar.xz 2.8 KiB 29e90fd4ff97673a7b6808bfde2150cc94de2b50ec6b1c58d35ee2f972e40920
golang-github-matryer-try_1+git20161228.6.9ac251b-2.1.debian.tar.xz 2.1 KiB 46a22d5167f3ce9003ae058451cb53d8c8e81c78bebc7556c09ec2f6b6ef4161

No changes file available.

Binary packages built by this source

golang-github-matryer-try-dev: Simple idiomatic retry package for Go

 Idiomatic Go retry package.
 Thanks to @rowland (https://github.com/rowland) for code review.
 .
 Usage: Just call try.Do with the function you want to retry
 in the event of an error.