https://github.com/disco07/file-downloader
File downloader with goroutine
https://github.com/disco07/file-downloader
download download-file download-files downloader file-download file-downloader files go golang goroutine waitgroups
Last synced: 22 days ago
JSON representation
File downloader with goroutine
- Host: GitHub
- URL: https://github.com/disco07/file-downloader
- Owner: disco07
- License: mit
- Created: 2022-08-22T11:06:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T22:03:41.000Z (over 2 years ago)
- Last Synced: 2025-04-09T21:53:03.393Z (22 days ago)
- Topics: download, download-file, download-files, downloader, file-download, file-downloader, files, go, golang, goroutine, waitgroups
- Language: Go
- Homepage:
- Size: 5.82 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/disco07/file-downloader/actions/workflows/test.yml)
# file-downloader
File downloader with goroutine## Getting Started
### Prerequisites
You may need to have the following dependacies installed on your computer:
### Setup
On Golang-JetBrains, open the terminal and do the following steps
### Clone this repository
```bash
git clone https://github.com/disco07/file-downloader
cd file-downloader
```
### Installation
```bash
go install
```
### To Run
```bash
go run main.go -u "file url"
```
### To Build and Run
```bash
GOOS=target-OS GOARCH=target-architecture go build -o downloader .
./downloader -u "file url"
```
## Built with
### Language
### Tools
## Author π€
Drissa KonΓ©
## Contributing π€
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
## Support me
Give a βοΈ if you like this project!
## π License
This project is MIT is licensed.