summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-07-07 00:34:25 +0800
committerKeuin <[email protected]>2023-07-07 00:34:25 +0800
commit6eb5a7af48d04adc5625cbc8355e2556db4b992f (patch)
treeba9327214773497590e7c24995c4221b1c8a8b5a /common
parentc133daaba30d6c75eda2136a3c11682710f4562a (diff)
Refactor: move retry into single package.
Diffstat (limited to 'common')
-rw-r--r--common/retry/retry.go (renamed from common/retry.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/retry.go b/common/retry/retry.go
index ff7b869..43e7d69 100644
--- a/common/retry.go
+++ b/common/retry/retry.go
@@ -1,4 +1,4 @@
-package common
+package retry
import (
"context"