Source: golang-github-hailocab-go-hostpool Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-any, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hailocab-go-hostpool Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hailocab-go-hostpool.git Homepage: https://github.com/hailocab/go-hostpool XS-Go-Import-Path: github.com/hailocab/go-hostpool Package: golang-github-hailocab-go-hostpool-dev Architecture: all Multi-Arch: foreign Description: 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.