kamilsk / retry

♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
https://pkg.go.dev/github.com/kamilsk/retry/v5
MIT License
340 stars 14 forks source link

provide wrappers for retriable error #152

Closed kamilsk closed 4 years ago

kamilsk commented 4 years ago

to simplify the code https://github.com/goreleaser/goreleaser/commit/0736162d5efc262b324b9416b10750cd50182c41

errors.Retriable{err}
kamilsk commented 4 years ago

implement it here https://github.com/octolab/pkg/tree/master/errors

kamilsk commented 4 years ago

implemented