summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-09-10 18:35:27 +0800
committerKeuin <[email protected]>2022-09-10 18:35:27 +0800
commitc1b605fca10c0f58c131d5d38084f991b21eae5d (patch)
tree517b67eb136af3e520f1866b72c911296526779f /common
parent5a8b9c508fa186534a134bee2df705d4de95b9d9 (diff)
Rename module path to GitHub repo.
Diffstat (limited to 'common')
-rw-r--r--common/retry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/retry.go b/common/retry.go
index 647e8ad..471527c 100644
--- a/common/retry.go
+++ b/common/retry.go
@@ -1,8 +1,8 @@
package common
import (
- "bilibili-livestream-archiver/logging"
"context"
+ "github.com/keuin/slbr/logging"
"time"
)