Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/usmanhalalit/go-download-manager
- Owner: usmanhalalit
- License: mit
- Created: 2020-07-18T15:17:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T10:41:12.000Z (over 4 years ago)
- Last Synced: 2024-06-21T18:51:22.781Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 45
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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 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/).