Run tools/build again

This commit is contained in:
Erazem Kokot 2023-09-28 18:50:55 +02:00
parent 8e17cca56d
commit e988ebce0c
No known key found for this signature in database
GPG Key ID: C70635965D7AC47F

View File

@ -46,7 +46,7 @@ counters</em> accessed by multiple goroutines.</p>
</td>
<td class="code leading">
<a href="https://go.dev/play/p/C8TGF0qyop5"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="https://go.dev/play/p/5vAUgPMebQw"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><code><span class="line"><span class="cl"><span class="kn">package</span> <span class="nx">main</span></span></span></code></pre>
</td>
</tr>
@ -114,9 +114,6 @@ counter exactly 1000 times.</p>
<tr>
<td class="docs">
<p>To atomically increment the counter we use <code>Add</code>,
giving it the memory address of our <code>ops</code> counter
with the <code>&amp;</code> syntax.</p>
</td>
<td class="code leading">
@ -128,6 +125,9 @@ with the <code>&amp;</code> syntax.</p>
<tr>
<td class="docs">
<p>To atomically increment the counter we use <code>Add</code>,
giving it the memory address of our <code>ops</code> counter
with the <code>&amp;</code> syntax.</p>
</td>
<td class="code leading">