<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>keisei_1092</author_name>
  <author_url>https://blog.hatena.ne.jp/keisei_1092/</author_url>
  <blog_title>keisei</blog_title>
  <blog_url>https://keisei1092.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>関数宣言のコードスタイル 開始波カッコをfuncと同じ行に記述する OK func main() { fmt.Println(&quot;hoge&quot;) } だめ func main() { fmt.Println(&quot;hoge&quot;) } ソースコードの整形 go fmt ソースファイル名 型なしと型ありを計算させると型ありの方の型になる package main import &quot;fmt&quot; const C1 = 12345 const C2 int = 34567 func main() { var x int = C1 * C2 // C2がintなので型を持たないC1もintとして計算される } インクリ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkeisei1092.hatenablog.com%2Fentry%2F2016%2F07%2F02%2F110328&quot; title=&quot;基礎からわかるGo言語 改訂2版 備忘録 - keisei&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>2016-07-02 11:03:28</published>
  <title>基礎からわかるGo言語 改訂2版 備忘録</title>
  <type>rich</type>
  <url>https://keisei1092.hatenablog.com/entry/2016/07/02/110328</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
