commit 51d225c760820521d86323baf95061f23b0eb0a2 from: Alexander Arkhipov date: Wed Feb 7 22:08:26 2024 UTC add information on goget commit - 3f67883bc0ac0a2228a3adfdc515a0501e1ed2c2 commit + 51d225c760820521d86323baf95061f23b0eb0a2 blob - /dev/null blob + 20261820db0f8ee3f7fa8dc3e567a1828e519227 (mode 644) --- /dev/null +++ hacks/goget.txt @@ -0,0 +1,9 @@ +goget is a network download utility similar to wget. + +I wrote it in Go, mostly in order to experiment with concurrency and +interfaces, two of the language's important features. goget already +supports downloading files in parallel, and I am planning to add support +for as many protocols as possible. + +git clone ssh://anon@git.manpager.org/goget +https://git.manpager.org/?action=summary&path=goget.git