echo (golang)
#Go
https://echo.labstack.com/docs/quick-start
CRUD | Echo
users = map[int]*user{}
ストレージをメモリに用意しているからLock入れているのか。
Context | Echo
カスタムコンテキスト
Contextを埋め込んで継承する。