Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usmanhalalit/go-download-manager

Concurrent download manager built in Go
https://github.com/usmanhalalit/go-download-manager

Last synced: about 2 months ago
JSON representation

Concurrent download manager built in Go

Awesome Lists containing this project

README

        

# Golang Download Manager - Weekend Project

A concurrent download manager written in pure Go without any dependency.

I wrote this code for my YouTube video:


Watch on YouTube

**Watch the video to understand the usage and every line of the code.**

## Usage

Provide the file URL and download destination in the main func and run:
```
go run main.go
```

___
Follow me on [Twitter](https://twitter.com/halalit_usman/).