<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>t-nguyen</author_name>
  <author_url>https://blog.hatena.ne.jp/t-nguyen/</author_url>
  <blog_title>Goalist Developers Blog</blog_title>
  <blog_url>https://developers.goalist.co.jp/</blog_url>
  <categories>
  </categories>
  <description>こんにちは。 暇な時に、経験がないことを触ってみたいと思いましたから、Go言語の勉強を始めました。 まず、Go言語の構文について紹介させていただきます。 1. パッケージ Goのプログラムは、パッケージで構成されます。 書いているパッケージに、括弧で他のパッケージのインポートをグループ化し、factoredインポートステートメント( factored import statement )と言うことはできます。 package main import ( &quot;fmt&quot; &quot;math&quot; ) func main() { fmt.Println(math.Pi) } 2. 関数 Go言語で、関数のキーワー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevelopers.goalist.co.jp%2Fentry%2F2018%2F09%2F27%2F190144&quot; title=&quot;Go言語の構文 - Goalist Developers 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>2018-09-27 19:01:44</published>
  <title>Go言語の構文</title>
  <type>rich</type>
  <url>https://developers.goalist.co.jp/entry/2018/09/27/190144</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
