<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>lirlia</author_name>
  <author_url>https://blog.hatena.ne.jp/lirlia/</author_url>
  <blog_title>フラミナル</blog_title>
  <blog_url>https://blog.framinal.life/</blog_url>
  <categories>
    <anon>Go</anon>
    <anon>Golang</anon>
  </categories>
  <description>net/httpのHandler周りのコードを読んでいたらよくわからなくなったので理解のため簡単なコードを書いておきます。 HTTPserver package main import ( &quot;fmt&quot; &quot;net/http&quot; ) func main() { // HandlerFunc は与えられたパターン（/hello) をDefaultServeMuxに登録します http.HandleFunc(&quot;/hello&quot;, helloHandler) http.ListenAndServe(&quot;:8080&quot;, nil) } func helloHandler(w http.ResponseWriter…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.framinal.life%2Fentry%2F2021%2F08%2F28%2F225555&quot; title=&quot; Type funcを使ってみて動作イメージを掴む - フラミナル&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/l/lirlia/20210321/20210321183729.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-08-28 22:55:55</published>
  <title> Type funcを使ってみて動作イメージを掴む</title>
  <type>rich</type>
  <url>https://blog.framinal.life/entry/2021/08/28/225555</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
