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 / line-to-google-photos.plantuml
Last active November 21, 2019 07:11
line-to-google-photos
@startuml
autonumber
skinparam monochrome true
actor user
participant LINEbot as line
participant "Google\nCloud\nFunctions" as GCP
participant "Google APIs" as googleapis
@kkeisuke
kkeisuke / .dockerignore
Last active February 2, 2020 07:59
Docker + Go + Gin の開発環境を準備する ref: https://qiita.com/kkeisuke/items/7cd4d5834386666faab3
Dockerfile*