<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-takaya1027</author_name>
  <author_url>https://blog.hatena.ne.jp/s-takaya1027/</author_url>
  <blog_title>何かやってみるブログ</blog_title>
  <blog_url>https://takayasugiyama.com/</blog_url>
  <categories>
  </categories>
  <description>Exercise: Stringers package main import &quot;fmt&quot; type IPAddr [4]byte // TODO: Add a &quot;String() string&quot; method to IPAddr. func (ip IPAddr) String() string { return fmt.Sprintf(&quot;%d.%d.%d.%d&quot;, ip[0], ip[1], ip[2], ip[3]) } func main() { hosts := map[string]IPAddr{ &quot;loopback&quot;: {127, 0, 0, 1}, &quot;googleDNS&quot;: {…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakayasugiyama.com%2Fentry%2F2020%2F08%2F03%2F191419&quot; title=&quot;A Tour of Go 練習問題(Methods and interfaces)を解いた - 何かやってみるブログ&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.user.blog.st-hatena.com/default_entry_og_image/145801001/1577264137525745</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-08-03 19:14:19</published>
  <title>A Tour of Go 練習問題(Methods and interfaces)を解いた</title>
  <type>rich</type>
  <url>https://takayasugiyama.com/entry/2020/08/03/191419</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
