# Functions
Add adds tools to the toolset.
Bin returns path to the installed binary.
Checksum computes the checksum of a file.
DevDir returns directory where development files are stored.
Ensure ensures tool exists for the platform.
EnsureAll ensures all the tools.
EnvDir returns the directory where local environment is stored.
EnvVersion returns the version of the environment.
Get returns the tool.
GetDockerPlatform returns the platform for the docker build.
LinkFiles creates all the links for the tool.
PlatformDir returns the directory where platform-specific stuff is stored.
ShouldReinstall check if tool should be reinstalled due to missing files or links.
ToolDownloadDir returns directory where tool is downloaded.
ToolLinksDir returns directory where tools should be linked.
VerifyChecksums of all the tools.
VersionDir returns path to the version directory.
# Variables
Platform definitions.
Platform definitions.
Platform definitions.
Platform definitions.
Platform definitions.
Platform definitions.
Platform definitions.
# Structs
BinaryTool is the tool having compiled binaries available on the internet.
Platform defines platform to install tool on.
Source represents source where tool is fetched from.
# Interfaces
Tool represents a tool to be installed.