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