From 6b91c38bb30d2a69c1b97309501aac9638c982e0 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 2 May 2022 10:30:17 -0700 Subject: [PATCH] Rebuild embedding example and publish public/ Closes #420 --- examples/embedding/embedding.hash | 4 ++-- public/embedding | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/embedding/embedding.hash b/examples/embedding/embedding.hash index fb9c195..4d55e33 100644 --- a/examples/embedding/embedding.hash +++ b/examples/embedding/embedding.hash @@ -1,2 +1,2 @@ -8a15291c6e82b9c6873002e2aa5cef65907a3405 -Xtg07j06zBv +316e334f61f03d59c8a45889a057903a786534ba +k5Z_CnP8DK9 diff --git a/public/embedding b/public/embedding index 7630a2c..8ca4b7f 100644 --- a/public/embedding +++ b/public/embedding @@ -27,7 +27,7 @@ -

Go support embedding of structs and interfaces +

Go supports embedding of structs and interfaces to express a more seamless composition of types.

@@ -42,7 +42,7 @@ to express a more seamless composition of types.

- +
package main