Skip to content

Instantly share code, notes, and snippets.

View fox-kazuki-matsumoto's full-sized avatar

Kazuki Matsumoto fox-kazuki-matsumoto

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
title
Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
package main
import (
"fmt"
"github.com/PuerkitoBio/goquery"
"unicode/utf8"
)
func main() {
// 投稿した記事の一覧ページのリンクから、記事のリンクを取得
@fox-kazuki-matsumoto
fox-kazuki-matsumoto / swagger.yaml
Created September 14, 2018 13:39
サンプル 本棚アプリケーション
swagger: "2.0"
info:
description: "This is a sample server Bookshelf server. 本棚アプリケーションのサンプル。"
version: "1.0.0"
title: "Swagger Bookshelf"
termsOfService: "http://www.example.com/terms/"
contact:
email: "hoge@example.com"
license:
name: "Apache 2.0"