Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HomeDir = os.Getenv("HOME")
HomeDir is the environment variable HOME
Functions ¶
func Download ¶
Download makes the http call to given URL and saves to filename given in current directory
func ExecuteSystemCommand ¶
func ExecuteSystemCommand(command []string, outputStreamWriter io.Writer, errorStreamWriter io.Writer) (*exec.Cmd, error)
ExecuteSystemCommand executes the given system command in the working directory.
func GetURLContents ¶
GetURLContents gets the contents in given URL
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.