Versions in this module Expand all Collapse all v1 v1.3.0 Apr 23, 2020 Changes in this version + var LineBreak = "\n" + func BuildMultiwerfBinPath() string + func CopyIn(sourcePath, destinationPath string) + func GetRandomString(n int) string + func GetTempDir() (string, error) + func ProcessMultiwerfBinPath() string + func RunCommand(dir, command string, args ...string) ([]byte, error) + func RunCommandWithOptions(dir, command string, args []string, options RunCommandOptions) ([]byte, error) + func RunSucceedCommand(dir, command string, args ...string) + func SucceedCommandOutputString(dir, command string, args ...string) string + type RunCommandOptions struct + ShouldSucceed bool + ToStdin string