<?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>go言語の基本を学んだので、まとめてみようと思います。C言語をやったことがあるので、それとの比較になります。 基本構文 package パッケージ名 import(インポートするプラグイン名（複数書ける)） init(){}//main関数よりも先に呼ばれる main(){} 変数宣言 var{ i int =1 f64 float64 s string t, f bool } 変数の型は、変数名の後に書く。初期値を宣言していない場合は自動的に初期値が入る。 この宣言は他の関数外に書いてすべての関数で使えるようにできる。関数内でしか使えない変数宣言は xi := 1 xf54 :=1.2 xs…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgomana2.hatenablog.jp%2Fentry%2F2019%2F03%2F22%2F162633&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-03-22 16:26:33</published>
  <title>go言語の基本の基本</title>
  <type>rich</type>
  <url>https://gomana2.hatenablog.jp/entry/2019/03/22/162633</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
