This commit is contained in:
andrew 2020-03-09 12:20:13 +02:00
parent 3f8e58ad58
commit b66993dc19

View File

@ -49,7 +49,7 @@ func main() {
grepBytes, _ := ioutil.ReadAll(grepOut)
grepCmd.Wait()
// We ommited error checks in the above example, but
// We omitted error checks in the above example, but
// you could use the usual `if err != nil` pattern for
// all of them. We also only collect the `StdoutPipe`
// results, but you could collect the `StderrPipe` in