Merge branch 'andrew-field-fix/spelling'
This commit is contained in:
commit
594a5bb349
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
64e8937dacf6d81f39a3b66584fb70f46dd2126b
|
||||
jUpRr-RcUKf
|
||||
6a62e3109c483c2b52a99905dc1ba5c8cb2a281b
|
||||
m2CpSlHPEVq
|
||||
|
4
public/spawning-processes
generated
4
public/spawning-processes
generated
@ -46,7 +46,7 @@ of spawning processes from Go.</p>
|
||||
|
||||
</td>
|
||||
<td class="code leading">
|
||||
<a href="http://play.golang.org/p/jUpRr-RcUKf"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
|
||||
<a href="http://play.golang.org/p/m2CpSlHPEVq"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
|
||||
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
|
||||
</pre></div>
|
||||
|
||||
@ -157,7 +157,7 @@ to exit.</p>
|
||||
|
||||
<tr>
|
||||
<td class="docs">
|
||||
<p>We ommited error checks in the above example, but
|
||||
<p>We omitted error checks in the above example, but
|
||||
you could use the usual <code>if err != nil</code> pattern for
|
||||
all of them. We also only collect the <code>StdoutPipe</code>
|
||||
results, but you could collect the <code>StderrPipe</code> in
|
||||
|
Loading…
x
Reference in New Issue
Block a user