Versions in this module Expand all Collapse all v0 v0.3.0 Nov 27, 2023 v0.2.0 Nov 17, 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) Installed(rootDir string) (bool, error) + func (t *Tool) Name() string + func (t *Tool) Remove(rootDir, latestDir string) error