This commit is contained in:
Matt Joiner 2023-01-04 01:26:31 +11:00
parent a512c0df61
commit c20f73d53e
No known key found for this signature in database
GPG Key ID: 6B990B8185E7F782
1 changed files with 2 additions and 1 deletions

View 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()
}
}