A simple downloader written in go.
Use command:
$ go get -u github.com/iochen/GoSimpleProjects/tree/master/SimpleDownloader
(or download from releases)
Usage of simpledownloader:
-f string
File(s) that stores the URL.
-u string
Url(s) that you want to download.
$ simpledownloader -f "[filename 1] [filename 2]..." -u "[url 1] [url 2]..."
MIT LICENSE