Versions in this module Expand all Collapse all v0 v0.0.1 Jan 9, 2018 Changes in this version + var DryRun = false + type SessionInterface interface + Command func(name string, arg ...string) SessionInterface + New func() SessionInterface + Output func() ([]byte, error) + PrintOutput func() error + Run func() error + SetDir func(s string) SessionInterface + SetEnv func(key, value string) SessionInterface + SetInput func(s string) SessionInterface + SetPath func(path string) SessionInterface + var MainInterface SessionInterface = new(session) + func Command(name string, arg ...string) SessionInterface + func New() SessionInterface + func Session() SessionInterface