This commit is contained in:
Mark McGranaghan
2015-02-24 19:13:33 -08:00
parent 446bd9fb2c
commit 518a807773
17 changed files with 65 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ function.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/iEAD2cYC-h"><img title="Run code" src="play.png" class="run" /></a>
<a href="http://play.golang.org/p/neqdJ51KLN"><img title="Run code" src="play.png" class="run" /></a>
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div>
@@ -132,7 +132,7 @@ environment.</p>
<tr>
<td class="docs">
<p>Here&rsquo;s the actual <code>os.Exec</code> call. If this call is
<p>Here&rsquo;s the actual <code>syscall.Exec</code> call. If this call is
successful, the execution of our process will end
here and be replaced by the <code>/bin/ls -a -l -h</code>
process. If there is an error we&rsquo;ll get a return