Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + var ErrBuild = errors.New("build failed") + var ErrCoverage = errors.New("error generating coverage report") + var ErrInstall = errors.New("install failed") + var ErrLicenses = errors.New("error collecting licenses") + var ErrToolPath = errors.New("path not found for tool") + var ErrUnit = errors.New("unit test failed") + func Build() error + func Clean() error + func Coverage() error + func Gocov(ctx context.Context) error + func Install() error + func PublishPrep() error + func Unit() error