handy
handy copied to clipboard
"Over" isn't an accurate function name
https://github.com/streadway/handy/blob/master/retry/strategy.go#L94
The comparison is actually greater than or equal to. Either the function name should be something like Geq or the condition should be just greater than.