Add missing $ go run ... line on top of generics.sh

Fixes #452
This commit is contained in:
Eli Bendersky 2022-11-03 06:03:54 -07:00
parent 0650d74678
commit bc9700aab3
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
$ go run generics.go
keys: [4 1 2]
list: [10 13 23]

3
public/generics generated
View File

@ -223,7 +223,8 @@ automatically.</p>
</td>
<td class="code">
<pre class="chroma"><span class="go">keys: [4 1 2]
<pre class="chroma"><span class="gp">$</span> go run generics.go
<span class="go">keys: [4 1 2]
</span><span class="go">list: [10 13 23]</span></pre>
</td>
</tr>