<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>video-research</author_name>
  <author_url>https://blog.hatena.ne.jp/video-research/</author_url>
  <blog_title>ビデオリサーチ公式テックブログ</blog_title>
  <blog_url>https://tech.videor.co.jp/</blog_url>
  <categories>
  </categories>
  <description>前置き Go 言語を学習している。 Go はコンパイル言語なので、実行前にバイナリをビルドする必要がある。 ビルドコマンドは go build である。 しかし実際のプロジェクトでは、いきなり go build を実行するのではなく、 次のような処理を順番に実行することが多いようだ。 コードフォーマット (go fmt) 静的解析 (go vet) テスト (go test) ビルド (go build) これらの処理を決まった順序で繰り返し実行できるようにするためのツールとしてよく使われるのが make である。 &quot;Go developers have adopted make as the…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.videor.co.jp%2Fentry%2F2026%2F03%2F23%2F174934&quot; title=&quot;make にまつわる物語 - ビデオリサーチ公式テックブログ&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.user.blog.st-hatena.com/default_entry_og_image/159208988/1694587400384385</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-03-23 17:49:34</published>
  <title>make にまつわる物語</title>
  <type>rich</type>
  <url>https://tech.videor.co.jp/entry/2026/03/23/174934</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
