# Functions
GetAllPackageLists retrieves a set of packages directory and those of its dependencies.
GetPackageDir returns the directory of a package path from the go src dir.
GetPackageLists retrieves a packages directory and those of its dependencies.
Gobuild runs the build process against a directory, using a giving name for the build file.
GobuildArgs runs the build process against a directory, using the giving arguments.
GoDeps calls go get for specific package.
GoRun runs the runs a command.
RunBin runs the generated binary file with the arguments expected.
RunCMD runs the a set of commands from a list while skipping any one-length command, panics if it gets an empty lists.
RunGo runs the generated binary file with the arguments expected.
SanitizeDuplicates cleans out all duplicates.