File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed
Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
2+ language : go
3+
4+ go :
5+ - 1.x
6+
7+ notifications :
8+ email : false
Original file line number Diff line number Diff line change 11go-hostpool
22===========
33
4+ [ ![ Build Status] ( https://secure.travis-ci.org/bitly/go-hostpool.png?branch=master )] ( http://travis-ci.org/bitly/go-hostpool ) [ ![ GoDoc] ( https://godoc.org/github.com/bitly/go-hostpool?status.svg )] ( https://godoc.org/github.com/bitly/go-hostpool ) [ ![ GitHub release] ( https://img.shields.io/github/release/bitly/go-hostpool.svg )] ( https://github.com/bitly/go-hostpool/releases/latest )
5+
6+
47A Go package to intelligently and flexibly pool among multiple hosts from your Go application.
58Host selection can operate in round robin or epsilon greedy mode, and unresponsive hosts are
69avoided.
Original file line number Diff line number Diff line change 1+ module github.com/bitly/go-hostpool
2+
3+ go 1.13
4+
5+ require github.com/stretchr/testify v1.4.0
Original file line number Diff line number Diff line change 1+ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2+ github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3+ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
4+ github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5+ github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
6+ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
7+ github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
8+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
9+ gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
10+ gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments