Run tools/build to update HTML

This commit is contained in:
Ashish Gaur 2022-06-07 17:06:17 +05:30
parent d9bdd53106
commit 5a198243ec
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
9c73569ad2e16252b04fe171618db4c5fd09efb7 04a59d09868df58e9edf5930d38efd25cbb92861
5mf_P9xqBzk TBcWd-OfnaA

View File

@ -48,7 +48,7 @@ by exactly 1 goroutine.</p>
</td> </td>
<td class="code leading"> <td class="code leading">
<a href="https://go.dev/play/p/5mf_P9xqBzk"><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/TBcWd-OfnaA"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><span class="kn">package</span> <span class="nx">main</span> <pre class="chroma"><span class="kn">package</span> <span class="nx">main</span>
</pre> </pre>
</td> </td>
@ -176,7 +176,7 @@ value in the case of <code>reads</code>).</p>
<p>This starts 100 goroutines to issue reads to the <p>This starts 100 goroutines to issue reads to the
state-owning goroutine via the <code>reads</code> channel. state-owning goroutine via the <code>reads</code> channel.
Each read requires constructing a <code>readOp</code>, sending Each read requires constructing a <code>readOp</code>, sending
it over the <code>reads</code> channel, and the receiving the it over the <code>reads</code> channel, and then receiving the
result over the provided <code>resp</code> channel.</p> result over the provided <code>resp</code> channel.</p>
</td> </td>