Versions in this module Expand all Collapse all v1 v1.0.1 Mar 28, 2020 v1.0.0 Jun 26, 2018 Changes in this version + type CommandAPI interface + CombinedOutput func() ([]byte, error) + Output func() ([]byte, error) + Run func() error + type ExecAPI interface + Command func(name string, arg ...string) CommandAPI + type FileInfo interface + type OSIOAPI interface + LookupEnv func(key string) (string, bool) + ReadDir func(dirname string) ([]os.FileInfo, error) + ReadFile func(filename string) ([]byte, error) + WriteFile func(filename string, data []byte, perm os.FileMode) error