# Functions
NewDownloader builds a new Downloader.
NewFileFetcher returns a local file reader.
NewSha256Verifier creates a Verifier that tests against the given hash.
# Structs
Downloader is responsible for fetching, verifying and extracting a binary.
HTTPFetcher is used to get a file from a http:// or https:// schema path.