From c1b605fca10c0f58c131d5d38084f991b21eae5d Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 10 Sep 2022 18:35:27 +0800 Subject: Rename module path to GitHub repo. --- recording/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recording/task.go') diff --git a/recording/task.go b/recording/task.go index 9aa41a8..3d417ba 100644 --- a/recording/task.go +++ b/recording/task.go @@ -6,9 +6,9 @@ Concrete task works are done in the `runner.go` file. */ import ( - "bilibili-livestream-archiver/logging" "context" "fmt" + "github.com/keuin/slbr/logging" ) type TaskStatus int -- cgit v1.2.3