<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ledsun</author_name>
  <author_url>https://blog.hatena.ne.jp/ledsun/</author_url>
  <blog_title>@ledsun blog</blog_title>
  <blog_url>https://ledsun.hatenablog.com/</blog_url>
  <categories>
    <anon>技</anon>
  </categories>
  <description>Mac OS Xでgo言語の開発環境を用意します。 goをインストール brew install インストールが成功したか確認してみましょう。 go version Hello World hello.goファイルを作成します。 package main import &quot;fmt&quot; func main() { fmt.Printf(&quot;hello, world\n&quot;) } go runコマンドで実行します。 go run hello.go go buildコマンドでコンパイルします。 go build hello.go ./hello パッケージ管理 go getコマンドでパッケージをインストール…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fledsun.hatenablog.com%2Fentry%2F2014%2F07%2F25%2F220412&quot; title=&quot;Mac で go - @ledsun 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>2014-07-25 22:04:12</published>
  <title>Mac で go</title>
  <type>rich</type>
  <url>https://ledsun.hatenablog.com/entry/2014/07/25/220412</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
