<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gomana2</author_name>
  <author_url>https://blog.hatena.ne.jp/gomana2/</author_url>
  <blog_title>ごまなつ Blog</blog_title>
  <blog_url>https://gomana2.hatenablog.jp/</blog_url>
  <categories>
    <anon>技術系</anon>
  </categories>
  <description>ポインタ C言語と同じようにポインタがある。 ポインタ型変数宣言は var p *int = &amp;n ポインタの処理はＣと同じ。メモリ番地と値の関係になっている。 アドレスの値を見たいときは*nのようにする。 s := make([]int, 0)は[]int m := make(map[stirng]int)はmap[string]int ch := make(chan int)はchan int var p *int = new(int)は*int var st = new(struct{})は*struct{} makeとnewの違いは、ポインタを返すならnew, そうでないならmakeと…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgomana2.hatenablog.jp%2Fentry%2F2019%2F04%2F07%2F155249&quot; title=&quot;Go言語学習記録 - ごまなつ Blog&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>2019-04-07 15:52:49</published>
  <title>Go言語学習記録</title>
  <type>rich</type>
  <url>https://gomana2.hatenablog.jp/entry/2019/04/07/155249</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
