From: Matt Joiner Date: Tue, 3 Jan 2023 14:26:31 +0000 (+1100) Subject: gorond X-Git-Tag: v1.49.0~16 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c20f73d53e9f3cf8c22fc78278f98bb09adfd5bc;p=btrtrc.git gorond --- 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 +}