Download file from URL using GoLang.
go run download-file.go https://cdn.britannica.com/26/162626-050-3534626F/Koala.jpg
The image should download to a newly created downloads folder within the Go Download File directory.
The main funmction is DownloadFile([filepath-to-write-to], [url-to-download-from])