package
3.3.10+incompatible
Repository: https://github.com/ivpn/desktop-app-daemon.git
Documentation: pkg.go.dev
# Functions
Exec - execute external process Synchronous operation.
ExecAndGetOutput - execute external process and return it's console output.
ExecAndProcessOutput - execute external process Synchronous operation.
ExecEx - execute external process Synchronous operation.
GetCmdExitCode - try to get command ExitCode from error received from 'Exec(...)'.
IsRunning - true when process is currently running.
Kill trying to kill process.
StartConsoleReaders - init function-reader of process console text.