<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Naotsugu</author_name>
  <author_url>https://blog.hatena.ne.jp/Naotsugu/</author_url>
  <blog_title>A Memorandum</blog_title>
  <blog_url>https://blog1.mammb.com/</blog_url>
  <categories>
    <anon>Go</anon>
  </categories>
  <description>構造体 type T struct { a int; c string; } t := &amp;T{ 7, &quot;abc&quot; }; インターフェース struct がデータ型を定義するのに対して interface はメソッドセットを定義する。インターフェースはメソッドの引数として指定するなど、型として利用できる。 type ReadWrite interface { Read(b Buffer) bool; Write(b Buffer) bool; } 上記は ReadWrite というインターフェースを定義している。インターフェースの実装は、ある型Tのメソッドとしてシグネチャを揃えたものを定義するこ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog1.mammb.com%2Fentry%2F20091205%2F1260038421&quot; title=&quot;Go 言語仕様の簡単なまとめ 3 - A Memorandum&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-12-05 03:40:21</published>
  <title>Go 言語仕様の簡単なまとめ 3</title>
  <type>rich</type>
  <url>https://blog1.mammb.com/entry/20091205/1260038421</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
