# README
goFileDownload
Just code for downloading files with Golang
# Functions
DownloadData will return the data needed to download and save the file.
DownloadFile will download a url to a local file.
GetInstalledGoVersion returns the curently installed go version.
GetOSFileIndex returns the detected OS type.
No description provided by the author
VerifyFileSHA256 Compares the expected SHA256 with the actual value extracted from the file and returns true if they match.
# Type aliases
OsArch to return the type of platform the download program is runing.