<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sasaplus1</author_name>
  <author_url>https://blog.hatena.ne.jp/sasaplus1/</author_url>
  <blog_title>四角革命前夜</blog_title>
  <blog_url>https://sasaplus1.hatenadiary.com/</blog_url>
  <categories>
    <anon>Go</anon>
  </categories>
  <description>Go言語を始めたくなったのでfizzbuzzを書いたのですよ。 1個目 package main import ( &quot;fmt&quot; &quot;strconv&quot; ) func main() { for i := 1; i &lt;= 100; i++ { fmt.Printf(strconv.Itoa(i) + &quot;: &quot;) switch { case i % 15 == 0: fmt.Println(&quot;fizzbuzz&quot;) case i % 5 == 0: fmt.Println(&quot;buzz&quot;) case i % 3 == 0: fmt.Println(&quot;fizz&quot;) default: fmt.Println(s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsasaplus1.hatenadiary.com%2Fentry%2F20130326%2F1364271876&quot; title=&quot;Go言語ではじめてのfizzbuzz - 四角革命前夜&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>2013-03-26 13:24:36</published>
  <title>Go言語ではじめてのfizzbuzz</title>
  <type>rich</type>
  <url>https://sasaplus1.hatenadiary.com/entry/20130326/1364271876</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
