<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-shin</author_name>
  <author_url>https://blog.hatena.ne.jp/s-shin/</author_url>
  <blog_title>$ cat /var/log/shin</blog_title>
  <blog_url>https://shin.hateblo.jp/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>go</anon>
    <anon>golang</anon>
  </categories>
  <description>package main import &quot;fmt&quot; type OpFunc func(int, int) int type Operation struct { // associateされていないのでOperationのプロパティ・メソッドへのアクセスは出来ない。 Do1 OpFunc // 以下コメントを外すと &quot;type Operation has both field and method named Do2&quot; //Do2 OpFunc } func (op Operation) Do2(a, b int) int { return op.Do1(a, b) } func main()…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshin.hateblo.jp%2Fentry%2F2015%2F01%2F05%2F020824&quot; title=&quot;structの関数プロパティとメソッドの挙動 - $ cat /var/log/shin&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>2015-01-05 02:08:24</published>
  <title>structの関数プロパティとメソッドの挙動</title>
  <type>rich</type>
  <url>https://shin.hateblo.jp/entry/2015/01/05/020824</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
