cmd
cmd copied to clipboard
A convenience library for executing commands in Go, including executing commands in parallel with a pool.
A convenience library for executing shell commands in Go. It also includes a mechanism to run multiple commands in parallel using a pool.
cmd is go gettable:
go get github.com/BurntSushi/cmd