<?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 の - Functions についてのサンプル。 tour.golang.org Goでは、関数は第一級のオブジェクトです。 なので、変数にも入れられるし、パラメータとしても渡せるし、戻り値としても使える。 この辺は最近の言語では普通ですね。 Goの関数は、戻り値を複数返すことが出来ます。 Goには、例外の仕組みが意図的に存在しないので、エラーが発生した情報は戻り値で知らせることになります。 なので、通常関数はエラー情報も返すため func Hoge(引数) (結果, error) { ... } のように、error 型を返すのが多いですね。 サン…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F2019%2F10%2F10%2F133847&quot; title=&quot;Goメモ-08 (Functions, 関数, 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-10-10 13:38:47</published>
  <title>Goメモ-08 (Functions, 関数, Tour of Go)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/2019/10/10/133847</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
