package
0.0.0-20211113143533-446cb24580d7
Repository: https://github.com/jlzan1314/go-toolkit.git
Documentation: pkg.go.dev

# Functions

NewManager create a new process manager.
NewProcess create a new process.
NewProgram create a new Program.

# Constants

LogTypeStderr stderr output.
LogTypeStdout stdout output.

# Structs

Manager is process manager.
Process is a program instance.
Program is the program we want to execute.

# Type aliases

OutputFunc process output handler.
OutputType command output type.