<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>golang</anon>
  </categories>
  <description>概要 サンプル 概要 Tour of Go の - Pointer についてのサンプル。 tour.golang.org Go には、C言語などと同様にポインタが存在します。 ポインタは、対象の値のメモリアドレスを保持します。ゼロ値はnilです。 C言語とは違い、Go ではポインタ演算は出来ないようになっています。 使い方もC言語と同じです。 var ( i int p *int ) i = 100 p = &amp;i fmt.Printf(&quot;i=%d\tp=%p\t*p=%d\n&quot;, i, p, *p) i = 200 fmt.Printf(&quot;i=%d\tp=%p\t*p=%d\n&quot;, i, p,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F2019%2F11%2F12%2F122121&quot; title=&quot;Goメモ-19 (ポインタ, Pointer, Tour of 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>2019-11-12 12:21:21</published>
  <title>Goメモ-19 (ポインタ, Pointer, Tour of Go)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/2019/11/12/122121</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
