Skip to content

Releases: ag9920/go-retry

ag9920/go-retry 1.0.0 released

02 Apr 07:06
Compare
Choose a tag to compare

Happy to release the first official version of ag9920/go-retry !

Retry library is nothing new in Golang community. I personally have been using many of them. But my experience is not that good. From a developer's perspective, a retry library is just a tool that helps us increase success rate. I hope the lib is easy enough to use, simple to config, and with good performance.

So I create this lib to achieve the goal. For now, it implements basically all the features I might use in daily development. If you come into bugs or want new features, feel free to create Issues and PRs.

Thanks! Hope you have a good time with ag9920/go-retry.