Versions in this module Expand all Collapse all v0 v0.1.0 Oct 30, 2023 Changes in this version type Tool + func (t *Tool) Installed(rootDir string) (bool, error) v0.0.0 Aug 1, 2023 Changes in this version + type Tool struct + func NewTool() *Tool + func (t *Tool) Configure() error + func (t *Tool) Install(rootDir, latestDir string) error + func (t *Tool) Name() string + func (t *Tool) Remove(rootDir, latestDir string) error