]> Sergey Matveev's repositories - btrtrc.git/commitdiff
gorond
authorMatt Joiner <anacrolix@gmail.com>
Tue, 3 Jan 2023 14:26:31 +0000 (01:26 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 3 Jan 2023 14:26:31 +0000 (01:26 +1100)
tests/issue-798/main.go

index 3b9ad6456ae3ff033dbbd6876142d8f279b4cdd8..23f6be36d2fbb39f822e42f157155c073e7dc5cb 100644 (file)
@@ -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
+}