<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>codehex</author_name>
  <author_url>https://blog.hatena.ne.jp/codehex/</author_url>
  <blog_title>アルパカ三銃士</blog_title>
  <blog_url>https://codehex.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>環境は macOS 10.14.4 で go1.12.5 です。 まずは次のコードを読んでみましょう package main import ( &quot;fmt&quot; &quot;io/ioutil&quot; ) const script = ` #!perl print &quot;Hello, Perl World!!&quot;; __END__ ` func init() { ioutil.Discard.Write([]byte(script)) } func main() { fmt.Println(&quot;This is Go world!!&quot;) } これをビルドして実行してみます go build -o main main.go …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcodehex.hateblo.jp%2Fentry%2F2019%2F07%2F02%2F090000&quot; title=&quot;Go のバイナリを Perl スクリプトとしても扱う - アルパカ三銃士&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-07-02 09:00:00</published>
  <title>Go のバイナリを Perl スクリプトとしても扱う</title>
  <type>rich</type>
  <url>https://codehex.hateblo.jp/entry/2019/07/02/090000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
