Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const RestrictedNameChars + var RestrictedNamePattern = regexp.MustCompile(`^` + RestrictedNameChars + `+$`) + func DisableDebug() + func EnableDebug() + func GetCallerName(depth int) string + func IsDebugEnabled() bool + func IsProcessAlive(pid int) bool — linux/amd64, windows/amd64 + func KillProcess(pid int) — linux/amd64, windows/amd64 + func ReplaceOrAppendEnvValues(defaults, overrides []string) []string + func TestDirectory(templateDir string) (dir string, err error)