import (
// "os/exec"
"github.com/k1LoW/exec"
)k1LoW/exec.Commandreturns*os/exec.Cmdwith PGID set.- When context cancelled,
k1LoW/exec.CommandContextsend signal to process group.
- Songmu/timeout: Timeout invocation. Go porting of GNU timeout and able to use as Go package
- k1LoW/exec is porting source code to handle processes from Songmu/timeout