package
0.0.0-20241104015319-85e10345cc4a
Repository: https://github.com/qida/gohp.git
Documentation: pkg.go.dev

# Functions

ColorLog prints colored log to stdout.
ColorLogS colors log and return colored content.
ExecCmd executes system command and return stdout, stderr in string type, along with possible error.
ExecCmdBytes executes system command and return stdout, stderr in bytes type, along with possible error.
ExecCmdDir executes system command in given directory and return stdout, stderr in string type, along with possible error.
ExecCmdDirBytes executes system command in given directory and return stdout, stderr in bytes type, along with possible error.

# Constants

Color number constants.
NRed = uint8(31) // Normal.
Color number constants.
Color number constants.
Color number constants.
Color number constants.
Color number constants.