repositorypackage
0.9.2
Repository: https://github.com/originate/go-execplus.git
Documentation: pkg.go.dev
# README
go-execplus

An abstraction around os/exec.Cmd that allows you to:
- wait for specific text to appear in the output
- receive output chunks via a channel
Requires Go 1.7 or above.
See the tests for examples