Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfenfebral/go-http-download
Download files from http using golang (with progress bar)
https://github.com/alfenfebral/go-http-download
download go golang http
Last synced: about 24 hours ago
JSON representation
Download files from http using golang (with progress bar)
- Host: GitHub
- URL: https://github.com/alfenfebral/go-http-download
- Owner: alfenfebral
- Created: 2019-07-30T04:42:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T04:44:35.000Z (over 5 years ago)
- Last Synced: 2023-02-27T00:16:39.053Z (over 1 year ago)
- Topics: download, go, golang, http
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Summary
Download a file from http using golang with progress bar## Run
go build -o download
./download your-link your-file-name