Categorygithub.com/ernestodeltoro/goFileDownload
modulepackage
0.0.1
Repository: https://github.com/ernestodeltoro/gofiledownload.git
Documentation: pkg.go.dev

# README

goFileDownload

Just code for downloading files with Golang

# Packages

No description provided by the author
No description provided by the author

# 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.

# Structs

FileData data struct to contain the info for downloading.

# Type aliases

OsArch to return the type of platform the download program is runing.