Blob


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