Andrea Funtò

Results 3 issues of Andrea Funtò

It would be nice if the library provided a way to get an arbitrary element (given its index) out of an array/slice. the `funk.Head()` and `funk.Last()` already provide almost all...

It is quaite easy to implement a configurable timeout when connecting to the server: instead of this, in `func New(opts)`: ```golang // try all available URLs in a loop and...