Skip to content

Instantly share code, notes, and snippets.

View kkeisuke's full-sized avatar
🏯
Working from kumamoto

keisuke kimura kkeisuke

🏯
Working from kumamoto
View GitHub Profile
@kkeisuke
kkeisuke / .dockerignore
Last active February 2, 2020 07:59
Docker + Go + Gin の開発環境を準備する ref: https://qiita.com/kkeisuke/items/7cd4d5834386666faab3
Dockerfile*
@kkeisuke
kkeisuke / ユースケース図.plantuml
Created August 6, 2017 08:49
PlantUML Editor ユースケース図
@startuml
title PlantUML Editor ユースケース図
left to right direction
actor User as u
(UMLを描く) as (edit)
(保存済み UMLを選択する) as (select)
(テンプレート選択) as (template)