Versions in this module Expand all Collapse all v1 v1.0.0 Feb 20, 2018 Changes in this version + const ACK + const AMPERSTAND + const ANSI_BOLD_BLACK + const ANSI_BOLD_BLUE + const ANSI_BOLD_CYAN + const ANSI_BOLD_GREEN + const ANSI_BOLD_MAGENTA + const ANSI_BOLD_RED + const ANSI_BOLD_WHITE + const ANSI_BOLD_YELLOW + const ANSI_CLEAR + const ANSI_RESET + const ANSI_YELLOW + const BACKSLASH + const BACKTICK + const CLOSE_BRACKET + const CR + const DEL + const LF + const LOWERCASE_Z + const NINE + const OPEN_BRACKET + const PLUS + const QUESTION + const SINGLE_QUOTE + const SPACE + const TAB + const TILDA + const UNDERSCORE + const US + func ExecuteCommandSucceeded(app ...string) (bool, error) + func GetCurrentWorkingDirectory() string + func GetHomeDir() string + func GetMapKey(value map[string]interface{}, keys ...string) (result interface{}, ok bool) + func KillProcessGroup(cmd *exec.Cmd) — darwin/amd64, linux/amd64, windows/amd64 + func MakeFatalToPanic() func() + func SetProcessGroup(cmd *exec.Cmd) — darwin/amd64, linux/amd64, windows/amd64 + func ShellEscape(str string) string + func ShortenToken(token string) string + func SkipIntegrationTests(t *testing.T, app ...string) bool + func ToBackslash(path string) string + func ToConfigMap(list interface{}) (map[string]interface{}, bool) + func ToSlash(path string) string + func ToTOML(src interface{}) string + func ToYAML(src interface{}) string + type BuildSection struct + Name string + Run func() error + SkipMetrics bool + func (s *BuildSection) Execute(logger RawLogger) error + type RawLogger interface + SendRawLog func(args ...interface{})