<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mfreeman59</author_name>
  <author_url>https://blog.hatena.ne.jp/mfreeman59/</author_url>
  <blog_title>よくいる文系プログラマの戯言</blog_title>
  <blog_url>https://anomalyways.hateblo.jp/</blog_url>
  <categories>
    <anon>Go</anon>
    <anon>触ってみた</anon>
  </categories>
  <description>Goを触ってみて2日目。 変数宣言はいい感じにまとまる package main import( &quot;fmt&quot; &quot;math/cmplx&quot; ) var ( ToBe bool = false MaxInt uint64 = a&lt;&lt;64 - 1 z complex128 = cmplx.Sqrt(-5 + 12i) ) ループまわり while文が存在しない！ sum := 0 for i := 0; i &lt; 10; i++ { sum += i } // while文的な sum := 1 for sum &lt; 1000 { sum += sum } //無限ループ！ for { } 条件分岐まわり…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanomalyways.hateblo.jp%2Fentry%2F2014%2F08%2F26%2F075321&quot; title=&quot;流行りのGoを触ってみる② - よくいる文系プログラマの戯言&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>2014-08-26 07:53:21</published>
  <title>流行りのGoを触ってみる②</title>
  <type>rich</type>
  <url>https://anomalyways.hateblo.jp/entry/2014/08/26/075321</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
