# Functions
Cached checks if the remote resource is in the cache.
Download downloads the remote resource into the local path.
No description provided by the author
WithCache enables caching using filepath.Join(os.UserCacheDir(), "lima") as the cache dir.
WithCacheDir enables caching using the specified dir.
WithDecompress decompress the download from the cache.
WithDescription adds a user description of the download.
WithExpectedDigest is used to validate the downloaded file against the expected digest.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
HideProgress is used only for testing.