Versions in this module Expand all Collapse all v0 v0.0.1 Oct 10, 2020 Changes in this version + func ExeShell(cmdStr string) (string, error) + func ExeShellInDir(cmdStr string, dir string) (string, error) + func ExeShellWithOutput(cmdStr string) ([]string, error) + func ExeShellWithOutputInDir(cmdStr string, dir string) ([]string, error)