<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Thoames1212</author_name>
  <author_url>https://blog.hatena.ne.jp/Thoames1212/</author_url>
  <blog_title>とーますメモ</blog_title>
  <blog_url>https://thoames.hatenadiary.jp/</blog_url>
  <categories>
    <anon>フレームワーク</anon>
    <anon>Go</anon>
    <anon>Echo</anon>
    <anon>Web</anon>
    <anon>Golang</anon>
  </categories>
  <description>１）Echoフレームワークの取得 ※（現時点で取得したバージョンはv3.2.1） # お決まりの「go get」 で取得 $ go get github.com/labstack/echo # プロジェクトディレクトリの作成＆移動 $ cd $GOPATH/src $ mkdir sample $ cd sample ２）Echoを使ったページを作る。 page.goというファイルを作成 package main import ( &quot;net/http&quot; &quot;github.com/labstack/echo&quot; ) func main() { e := echo.New() e.GET(&quot;/&quot;, f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthoames.hatenadiary.jp%2Fentry%2F2017%2F09%2F15%2F054611&quot; title=&quot;【Go入門】Echoを使ってみた - Webフレームワーク - とーますメモ&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>2017-09-15 05:46:11</published>
  <title>【Go入門】Echoを使ってみた - Webフレームワーク</title>
  <type>rich</type>
  <url>https://thoames.hatenadiary.jp/entry/2017/09/15/054611</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
