From 2ff54665a3af5825e710d642c8e9af7b0f17329f Mon Sep 17 00:00:00 2001 From: johnabass Date: Mon, 31 Jul 2023 10:43:38 -0700 Subject: [PATCH] deprecated the retry package --- retry/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retry/doc.go b/retry/doc.go index edc055d..d7f568e 100644 --- a/retry/doc.go +++ b/retry/doc.go @@ -29,5 +29,7 @@ The basic formula for each time to wait before the next retry, in terms of Confi where n is the 0-based retry. See the documentation for the Config type for more details. + +Deprecated: This functionality is moving to github.com/xmidt-org/retry */ package retry