Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + const EditorconfigCheckerTool + const GoLicenseTool + const GoStringerTool + const GocovTool + const GocovXMLTool + const GolangciLintTool + const MageColorEnableEnvVar + var ErrCmdLookup = errors.New("command lookup error") + var ErrDir = errors.New("directory error") + var ErrFile = errors.New("file error") + func AzldevProjectDir() string + func BinDir() string + func BuildDir() string + func CreateBinDir() error + func CreateBuildDir() error + func CreateLicenseDir() error + func CreateOutDir() error + func GetToolAbsPath(toolName string) (toolPath string, err error) + func LicenseDir() string + func MagePrintf(msgType MessageType, text string, args ...interface{}) + func MagePrintln(msgType MessageType, a ...any) + func OutDir() string + func PrintAndReturnError(text string, generalError, specificError error) error + func ScenarioDir() string + type MessageType int + const MsgError + const MsgInfo + const MsgStart + const MsgSuccess + const MsgWarning