<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiroruxx</author_name>
  <author_url>https://blog.hatena.ne.jp/chiroruxx/</author_url>
  <blog_title>あしたからがんばる</blog_title>
  <blog_url>https://toyo.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>Goの勉強をやり始めたのでメモ。 「プログラミング言語 Go」を読んでる。 名前 大文字と小文字は区別される。 予約語と事前宣言がある。 trueやintは事前宣言なので、宣言で使うことができる。 キャメルケースで書く ポインタ ポインタはアドレスを指す。 以下のようなコードも安全 var p = f() func f() *int { v := 1 return &amp;v } f() を呼び出した後も引き続きローカル変数 v のアドレスが参照され、 v も破棄されない。 タプル代入 x, y = y, x のようなことができる。 型宣言 type PersonName string のようにして…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftoyo.hatenablog.jp%2Fentry%2F2022%2F12%2F27%2F142943&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>2022-12-27 14:29:43</published>
  <title>Goの勉強 プログラム構造</title>
  <type>rich</type>
  <url>https://toyo.hatenablog.jp/entry/2022/12/27/142943</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
