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 Exec struct + func (Exec) Command(name string, arg ...string) hostiface.CommandAPI + type OSIO struct + func (OSIO) LookupEnv(key string) (string, bool) + func (OSIO) ReadDir(dirname string) ([]os.FileInfo, error) + func (OSIO) ReadFile(filename string) ([]byte, error) + func (OSIO) WriteFile(filename string, data []byte, perm os.FileMode) error