Spelling
This commit is contained in:
parent
3f8e58ad58
commit
b66993dc19
@ -49,7 +49,7 @@ func main() {
|
|||||||
grepBytes, _ := ioutil.ReadAll(grepOut)
|
grepBytes, _ := ioutil.ReadAll(grepOut)
|
||||||
grepCmd.Wait()
|
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
|
// you could use the usual `if err != nil` pattern for
|
||||||
// all of them. We also only collect the `StdoutPipe`
|
// all of them. We also only collect the `StdoutPipe`
|
||||||
// results, but you could collect the `StderrPipe` in
|
// results, but you could collect the `StderrPipe` in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user