DEV Community

Discussion on: Who's looking for open source contributors? (April 23 edition)

Collapse
 
monirz001 profile image
monir zaman

Conget is a CLI app that downloads file concurrently written in Golang, it's in experimental phase. If you want to contribute on this project to improve or finding and fixing bugs, don't hesitate, just send the pull request.

github.com/monirz/conget

Collapse
 
itsdarrylnorris profile image
Darryl Norris

monir zaman - Do you have a list of improvements or a roadmap for conget? Lately, I have been playing around with Golang. I will not mind seeing if there are any issues that I can contribute.

Collapse
 
monirz001 profile image
monir zaman

Yes, I do. There are some improvements or feature could be added.
Like,

Improvement: add ETA end of the progress line display, update the progress information like wget and docker (human readable format).

Feature: add resume capability in case of failed download.

Fix: recently noticed download speed is not really accurate, have to fix that bug.

Test: write test cases etc.