Blob


1 goget is yet another tool like wget, ftp, or curl, written in Go with
2 two goals in mind:
4 - support parallel downloads
5 - support as many protocols as possible
7 At the moment, the utility doesn't actually do much. You can compile it
8 with `go build .', and then download files over http like so:
10 ./goget -p $number_of_parallels example.com \
11 http://example.com/file1 https://examlpe.com/file2