Download Manager in Go
Go to file
Donnie 6850cad08d Multiple:
- Added LICENSE
- Updated README
- Added progress indicator
- File downloads as .tmp file before being completed
2020-12-31 17:33:28 -06:00
LICENSE Multiple: 2020-12-31 17:33:28 -06:00
README.md Multiple: 2020-12-31 17:33:28 -06:00
dmig.go Multiple: 2020-12-31 17:33:28 -06:00

README.md

Download Manager In Go

This is a download manager that I'm making entirely in go.

Building

go mod init dmig

go build dmig.go

TODO

  • Ask for url of file to download instead of needing to edit source
  • Add progress bar/percentage
  • Have automatic file naming
  • Assume the url is https by default