<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>owiewowe</author_name>
  <author_url>https://blog.hatena.ne.jp/owiewowe/</author_url>
  <blog_title>19日に更新してた</blog_title>
  <blog_url>https://owiewowe.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>配列だと package main import &quot;fmt&quot; func main(){ a:=[3][]int{} a[0]=append(a[0],1) fmt.Println(a) } &gt;&gt;[[1] [] []] という感じで、使える部分を零詰めして対応するなら、 package main import &quot;fmt&quot; func main(){ l:=[3][3]int{} l[0][1]=1 fmt.Println(l) } &gt;&gt;[[0 1 0] [0 0 0] [0 0 0]] こんな感じで、スライスだと package main import &quot;fmt&quot; func main(){ s:=…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fowiewowe.hatenablog.com%2Fentry%2F2022%2F11%2F19%2F000000&quot; title=&quot;golang 2重? 2次元? 配列とかスライスとか - 19日に更新してた&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-11-19 00:00:00</published>
  <title>golang 2重? 2次元? 配列とかスライスとか</title>
  <type>rich</type>
  <url>https://owiewowe.hatenablog.com/entry/2022/11/19/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
