From c20f73d53e9f3cf8c22fc78278f98bb09adfd5bc Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 4 Jan 2023 01:26:31 +1100 Subject: [PATCH] gorond --- tests/issue-798/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/issue-798/main.go b/tests/issue-798/main.go index 3b9ad645..23f6be36 100644 --- a/tests/issue-798/main.go +++ b/tests/issue-798/main.go @@ -2,6 +2,7 @@ package main import ( "fmt" + "github.com/anacrolix/torrent" ) @@ -15,4 +16,4 @@ func main() { fmt.Println("start downloading") t.DownloadAll() c.WaitAll() -} \ No newline at end of file +}