package
0.0.8
Repository: https://github.com/bhojpur/web.git
Documentation: pkg.go.dev

# Functions

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.
No description provided by the author