<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rimever</author_name>
  <author_url>https://blog.hatena.ne.jp/rimever/</author_url>
  <blog_title>より良いエンジニアを目指して</blog_title>
  <blog_url>https://rimever.hatenablog.com/</blog_url>
  <categories>
    <anon>Go</anon>
  </categories>
  <description>タイトル通り、基本的な文法を手軽に把握したい人向けの本です。 エディタもGo Playgroundで十分です。 play.golang.org バッククォートで囲むとraw文字列 配列の追加 append(配列変数、追加したい値...) package main import ( &quot;fmt&quot; ) func main() { var a []string b := []int{999, 888} fmt.Println(a) fmt.Println(b[1]) a = append(a, &quot;hoge&quot;, &quot;fuga&quot;) fmt.Println(a[1]) b = append(b, 777, 6…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frimever.hatenablog.com%2Fentry%2F2021%2F07%2F18%2F000000&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>https://m.media-amazon.com/images/I/41dZcHvIkqL._SL500_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-07-18 00:00:00</published>
  <title>読書感想「Goの基本的な文法を素早く理解したい人向けの本」</title>
  <type>rich</type>
  <url>https://rimever.hatenablog.com/entry/2021/07/18/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
