Blob
1 goget is yet another tool like wget, ftp, or curl, written in Go with2 two goals in mind:4 - support parallel downloads5 - support as many protocols as possible7 At the moment, the utility doesn't actually do much. You can compile it8 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