]> Sergey Matveev's repositories - btrtrc.git/blobdiff - tests/issue-798/main.go
gorond
[btrtrc.git] / 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
+}