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 +}