Blob
1 goget is a network download utility similar to wget.3 I wrote it in Go, mostly in order to experiment with concurrency and4 interfaces, two of the language's important features. goget already5 supports downloading files in parallel, and I am planning to add support6 for as many protocols as possible.8 git clone ssh://anon@git.manpager.org/goget9 https://git.manpager.org/?action=summary&path=goget.git
