golang-github-hailocab-go-hostpool 0.0~git20160125.0.e80d13c-1.1 source package in Ubuntu

Changelog

golang-github-hailocab-go-hostpool (0.0~git20160125.0.e80d13c-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>  Fri, 08 Jan 2021 15:00:08 +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-hailocab-go-hostpool_0.0~git20160125.0.e80d13c-1.1.dsc 2.4 KiB 7b67c62ead65e35736d7c4409ae03ed57ff55740d036eced288bfb186267d6aa
golang-github-hailocab-go-hostpool_0.0~git20160125.0.e80d13c.orig.tar.xz 6.2 KiB 046dc175b3b980fc937f80cd254c7ae49f7a90b25236a48ef9c66d05c0d9f5d4
golang-github-hailocab-go-hostpool_0.0~git20160125.0.e80d13c-1.1.debian.tar.xz 1.9 KiB 7a805b7fd4ce1574ed0deef9a1586691e3525c3db0d824017d882ee89fb23c3c

No changes file available.

Binary packages built by this source

golang-github-hailocab-go-hostpool-dev: flexibly pool among multiple hosts from Go application

 go-hostpool is a Go package to intelligently and flexibly pool among
 multiple hosts from your Go application. Host selection can operate in
 round robin or epsilon greedy mode, and unresponsive hosts are avoided.