Rebuild embedding example and publish public/

Closes #420
This commit is contained in:
Eli Bendersky 2022-05-02 10:30:17 -07:00
parent e6c5a8fb2f
commit 6b91c38bb3
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
8a15291c6e82b9c6873002e2aa5cef65907a3405
Xtg07j06zBv
316e334f61f03d59c8a45889a057903a786534ba
k5Z_CnP8DK9

4
public/embedding generated
View File

@ -27,7 +27,7 @@
<tr>
<td class="docs">
<p>Go support <em>embedding</em> of structs and interfaces
<p>Go supports <em>embedding</em> of structs and interfaces
to express a more seamless <em>composition</em> of types.</p>
</td>
@ -42,7 +42,7 @@ to express a more seamless <em>composition</em> of types.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/Xtg07j06zBv"><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/k5Z_CnP8DK9"><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>
</td>