gorond
This commit is contained in:
parent
a512c0df61
commit
c20f73d53e
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue