Regenerate

This commit is contained in:
Mark McGranaghan 2020-04-10 18:06:38 -07:00
parent ce206e9c31
commit 448c597a58
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
50eb0c667de576107da5f814f5780754b724346a
jPI-IwqVC1c
7af221b7da2f2b22b0b1b0a1b365afc5a56ef815
2-4H-ArwHHS

4
public/for generated
View File

@ -28,7 +28,7 @@
<tr>
<td class="docs">
<p><code>for</code> is Go&rsquo;s only looping construct. Here are
three basic types of <code>for</code> loops.</p>
some basic types of <code>for</code> loops.</p>
</td>
<td class="code empty leading">
@ -42,7 +42,7 @@ three basic types of <code>for</code> loops.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/jPI-IwqVC1c"><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/2-4H-ArwHHS"><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>