Versions in this module Expand all Collapse all v0 v0.37.0 Jan 29, 2021 Changes in this version + type Executor interface + Exec func(command string, dir string, args ...string) error + func NewShellExecutor(envVars []string) Executor + type FakeExecutor struct + func (e *FakeExecutor) Exec(command string, dir string, args ...string) error + type ShellExecutor struct + func (e ShellExecutor) Exec(command string, dir string, args ...string) error