<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bokuweb</author_name>
  <author_url>https://blog.hatena.ne.jp/bokuweb/</author_url>
  <blog_title>undefined</blog_title>
  <blog_url>https://bokuweb.hatenablog.com/</blog_url>
  <categories>
    <anon>golang</anon>
  </categories>
  <description>タイトルとおりなんだけど、golang使ってみたいと思うケースが出てきて、入門のためまずはlifegameを書いてみた。 ルール ライフゲーム - Wikipedia 結果 github.com 16/7/16修正しました package main import ( &quot;fmt&quot; &quot;math/rand&quot; &quot;time&quot; ) type game struct { field [][]bool row int column int } func newGame(row, column int) *game { rand.Seed(time.Now().UnixNano()) p := new(game…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbokuweb.hatenablog.com%2Fentry%2F2016%2F07%2F13%2F190700&quot; title=&quot;golang入門するためにlifegame書いてみた - undefined&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>https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokuweb/20160713/20160713185814.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-07-13 19:07:00</published>
  <title>golang入門するためにlifegame書いてみた</title>
  <type>rich</type>
  <url>https://bokuweb.hatenablog.com/entry/2016/07/13/190700</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
