golang-github-karrick-goswarm 1.4.7-1.1 source package in Ubuntu

Changelog

golang-github-karrick-goswarm (1.4.7-1.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>  Sat, 09 Jan 2021 17:02:34 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-karrick-goswarm_1.4.7-1.1.dsc 2.3 KiB 2ee13ba4b7e1516cb9697c8d57a0522514c5e09341ae9c4bc99de66e144f39a7
golang-github-karrick-goswarm_1.4.7.orig.tar.gz 9.6 KiB 144bf7011b9f5cf420b25c12992ccd6c9b49a698f32cb1aef7b7323cf23d8073
golang-github-karrick-goswarm_1.4.7-1.1.debian.tar.xz 2.1 KiB 0b5329d60c2e0552a39cc46750ab2208db5c95069608c08d3c53ef06c46816b7

Available diffs

No changes file available.

Binary packages built by this source

golang-github-karrick-goswarm-dev: Memoization with asynchronous revalidation for Go

 goswarm is a library for storing the results of expensive function calls
 and returning the cached result when the same input key occurs again.
 .
 In addition, it provides stale-while-revalidate and stale-if-error compatible
 features.