Change HTML
This commit is contained in:
parent
0e720eec21
commit
1be4329d35
@ -1,2 +1,2 @@
|
|||||||
64e8937dacf6d81f39a3b66584fb70f46dd2126b
|
6a62e3109c483c2b52a99905dc1ba5c8cb2a281b
|
||||||
jUpRr-RcUKf
|
m2CpSlHPEVq
|
||||||
|
4
public/spawning-processes
generated
4
public/spawning-processes
generated
@ -46,7 +46,7 @@ of spawning processes from Go.</p>
|
|||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="code leading">
|
<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>
|
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ to exit.</p>
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="docs">
|
<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
|
you could use the usual <code>if err != nil</code> pattern for
|
||||||
all of them. We also only collect the <code>StdoutPipe</code>
|
all of them. We also only collect the <code>StdoutPipe</code>
|
||||||
results, but you could collect the <code>StderrPipe</code> in
|
results, but you could collect the <code>StderrPipe</code> in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user