golang-gopkg-retry.v1 1.0.3-2 source package in Ubuntu

Changelog

golang-gopkg-retry.v1 (1.0.3-2) unstable; urgency=medium

  [ Aloïs Micard ]
  * update debian/gitlab-ci.yml (using pkg-go-tools/ci-config)

  [ Mathias Gibbens ]
  * Update d/watch to only track v1 releases
  * Update years in d/copyright

 -- Mathias Gibbens <email address hidden>  Fri, 29 Apr 2022 00:22:38 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-retry.v1_1.0.3-2.dsc 2.2 KiB 523660d5de205eb9f7a11daafeced92aa660495343128bbb5115af9c6b780bac
golang-gopkg-retry.v1_1.0.3.orig.tar.gz 10.8 KiB a6ad99106d7c93fee50a9b8c68c34afca5b0fe5dcd63a62f3017a90f36ac9af5
golang-gopkg-retry.v1_1.0.3-2.debian.tar.xz 2.9 KiB 3be340f06fc12fbc235c3880e0f9b6b74033cb6fbfa520d553243740bfa8436f

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-retry.v1-dev: Simple retry mechanism for Go

 Package retry provides a framework for retrying actions. It does not
 itself invoke the action to be retried, but is intended to be used in
 a retry loop.