Binary package “golang-gopkg-retry.v1-dev” in ubuntu mantic

Simple retry mechanism for Go

 Package retry provides a framework for retrying actions. It does not
 itself invoke the action to be retried, but is intended to be used in
 a retry loop.