golang-github-avast-retry-go 2.4.3-1 source package in Ubuntu

Changelog

golang-github-avast-retry-go (2.4.3-1) unstable; urgency=medium

  * New upstream release
  * Install examples
  * DH to version 12
  * Standards-Version: 4.4.1
  * Added myself to Uploaders

 -- Dmitry Smirnov <email address hidden>  Tue, 24 Dec 2019 12:55:32 +1100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-avast-retry-go_2.4.3-1.dsc 2.2 KiB 04a3e8213ee655af6c56ce23c4c1db782c0c8265adeece56501c8030c48fd9a2
golang-github-avast-retry-go_2.4.3.orig.tar.xz 6.7 KiB 1f5f0c59b5aa4bab9a000e38f777e09a9d458477c1f5f3d2ec5bf9d30e6826f5
golang-github-avast-retry-go_2.4.3-1.debian.tar.xz 2.0 KiB c1b311ef41bfd52e3e4195e01a34fca16cc74285741cef29a05cd3961c1ca958

Available diffs

No changes file available.

Binary packages built by this source

golang-github-avast-retry-go-dev: retry mechanism library for Go

 Simple Go library for retry mechanism.
 .
 It supports setting the count of retry, delay time, function callback
 for calling each retry and condition for calling to retry function.