Registry / networking / bitly-go-hostpool

bitly-go-hostpool

JSON →
library0.1.1gogounverified

A Go package to intelligently and flexibly pool among multiple hosts from your Go application.

go get github.com/bitly/go-hostpool
INSTALL
IMPORT
SIG · BITLY-GO-HOSTPOOL
B
bitly-go-hostpool
networkinggov0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hostpool
github.com/bitly/go-hostpool

Minimal example showing how to create a host pool.

package main import ( "fmt" "github.com/bitly/go-hostpool" ) func main() { hp := hostpool.New([]string{"host1", "host2"}) fmt.Println("Host pool created") _ = hp }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Meta
1
OpenAI (training)
1
Resources
bitly-go-hostpool — go get bitly-go-hostpool · libregistry