<?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>if Cで必要な括弧は不要で、以下のような書き方となる。 if x &gt; 0 { return y } 以下のようにifの中に初期化文を書くことができる。 if err := file.Chmod(0664); err != nil { log.Stderr(err); return err; } Forループ doやwhileループはGoには存在しない。ループはforにて記述する。 for i := 0; i &lt; 10; i++ { ・・・ } whileループの代用として以下のforループが可能 // Cのwhileのようなもの for condition { } // Cのfor(;;)の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog1.mammb.com%2Fentry%2F20091204%2F1260006355&quot; title=&quot;Go 言語仕様の簡単なまとめ 2 - 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-04 18:45:55</published>
  <title>Go 言語仕様の簡単なまとめ 2</title>
  <type>rich</type>
  <url>https://blog1.mammb.com/entry/20091204/1260006355</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
