| Index: common/retry/doc.go
|
| diff --git a/client/internal/retry/doc.go b/common/retry/doc.go
|
| similarity index 84%
|
| rename from client/internal/retry/doc.go
|
| rename to common/retry/doc.go
|
| index 652beef82f8ff1f64e39adea36f234fa8e9a920e..a411085ab4100cfd4119ce4f833d15ac9955088f 100644
|
| --- a/client/internal/retry/doc.go
|
| +++ b/common/retry/doc.go
|
| @@ -4,5 +4,5 @@
|
|
|
| // Package retry implements retriable task management. It uses a callback
|
| // mechanism through the Retriable interface and uses signaling via the
|
| -// retry.Error type to knowwhen an error should be retried.
|
| +// retry.Error type to know when an error should be retried.
|
| package retry
|
|
|