avast / retry-go

Simple golang library for retry mechanism

Home Page:http://godoc.org/github.com/avast/retry-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add BreakIf Func on attempt(0), to infinite retry condition break.

z9905080 opened this issue · comments

When I attempt to retry with attempt 0, a break is necessary if certain conditions are met.
It's suggested to add a 'break' condition within the function.