Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RepoDir string BuildDirPath = []string{"build", "_output"} MageTag = MageTagStruct{ Color: color.FgCyan, Label: "[MAGE]", } Dependencies = []string{ "github.com/kyoh86/richgo", "github.com/mgechev/revive", "honnef.co/go/tools/cmd/staticcheck", } VersionVariablePath string Binaries []Binary CleaningTasks []CleaningTask )
Functions ¶
This section is empty.
Types ¶
type CleaningTask ¶
type CleaningTask func() error
type MageTagStruct ¶
Click to show internal directories.
Click to hide internal directories.