Source: golang-github-hailocab-go-hostpool Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov Build-Depends: debhelper (>= 9), dh-golang, golang-go, # golang-github-bitly-go-hostpool-dev, golang-github-bmizerany-assert-dev Standards-Version: 3.9.8 Homepage: https://github.com/hailocab/go-hostpool Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-hailocab-go-hostpool.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-hailocab-go-hostpool.git XS-Go-Import-Path: github.com/hailocab/go-hostpool Package: golang-github-hailocab-go-hostpool-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go, # golang-github-bitly-go-hostpool-dev, golang-github-bmizerany-assert-dev 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.