<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ludwig125</author_name>
  <author_url>https://blog.hatena.ne.jp/ludwig125/</author_url>
  <blog_title>ludwig125のブログ</blog_title>
  <blog_url>https://ludwig125.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>概要 「Go言語による並行処理」を読んだのでメモ ※この本に書いてないことも以下では取り上げている github.com goroutineとsync goroutineの書き方 一番単純なgoroutine(これは期待した通り動かない) package main import &quot;fmt&quot; func main() { hello := func() { fmt.Println(&quot;hello&quot;) } go hello() } 無名関数helloを定義して、「go 関数()」で実行する しかしこれは実行しても何も出力されない $go run ex1.go $ その理由は、main goroutin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fludwig125.hatenablog.com%2Fentry%2F2019%2F03%2F27%2F060559&quot; title=&quot;go言語の並行処理 - ludwig125のブログ&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-27 06:05:59</published>
  <title>go言語の並行処理</title>
  <type>rich</type>
  <url>https://ludwig125.hatenablog.com/entry/2019/03/27/060559</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
