<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atotto</author_name>
  <author_url>https://blog.hatena.ne.jp/atotto/</author_url>
  <blog_title>memoメモ</blog_title>
  <blog_url>https://atotto.hatenadiary.jp/</blog_url>
  <categories>
    <anon>golang</anon>
    <anon>memo</anon>
  </categories>
  <description>Go言語でchannelの使い方を忘れるのでメモ。 package main import &quot;fmt&quot; func main() { ch := make(chan string) go func() { ch &lt;- &quot;Hello, 世界&quot; }() fmt.Println(&lt;-ch) } ここにサンプルを置いとく。 http://play.golang.org/p/B43cNJkMu2</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatotto.hatenadiary.jp%2Fentry%2F20120708%2F1341737033&quot; title=&quot;HelloWorldをgoroutineで書く - memoメモ&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>2012-07-08 17:43:53</published>
  <title>HelloWorldをgoroutineで書く</title>
  <type>rich</type>
  <url>https://atotto.hatenadiary.jp/entry/20120708/1341737033</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
