<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>winebarrel</author_name>
  <author_url>https://blog.hatena.ne.jp/winebarrel/</author_url>
  <blog_title>so what</blog_title>
  <blog_url>https://so-wh.at/</blog_url>
  <categories>
    <anon>メモ</anon>
    <anon>Go</anon>
  </categories>
  <description>main.go package main import &quot;fmt&quot; type Foo struct { I int J int } func (foo *Foo) Sum() int { return foo.I + foo.J } func main() { foo := &amp;Foo{1, 2} fmt.Println(foo.Sum()) } helper_test.go package main import ( &quot;fmt&quot; ) func (foo *Foo) Dump() string { return fmt.Sprintf(&quot;%+v&quot;, foo) } main_test.go pac…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fso-wh.at%2Fentry%2F2025%2F10%2F10%2F120428&quot; title=&quot; テストの時だけメソッドをはやす - so what&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>https://cdn-ak.f.st-hatena.com/images/fotolife/w/winebarrel/20251010/20251010120412.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-10-10 12:04:28</published>
  <title> テストの時だけメソッドをはやす</title>
  <type>rich</type>
  <url>https://so-wh.at/entry/2025/10/10/120428</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
