File downloader with goroutine
On Golang-JetBrains, open the terminal and do the following steps
git clone https://github.com/disco07/file-downloader
cd file-downloader
go install
go run main.go -u "file url"
GOOS=target-OS GOARCH=target-architecture go build -o downloader .
./downloader -u "file url"
Drissa Koné
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT is licensed.