https://golang.org/pkg/os/exec/#Cmd.StderrPipe The StderrPipe example has an error in it. It refers to "io.ReadAll" and it should be "ioutil.ReadAll" from io/ioutil package.
https://golang.org/pkg/os/exec/#Cmd.StderrPipe
The StderrPipe example has an error in it. It refers to "io.ReadAll" and it should be "ioutil.ReadAll" from io/ioutil package.