「速習 Go + Clean Architecture」 https://qiita.com/kurab/items/173a8ec8ea64ee09e5c3#infrastructure
wire ./registry
go run main.go
curl -X POST -H "Content-Type: application/json" -d '{"Name":"test"}' 127.0.0.1:8080/api/user/register (Windowsの仕様でJSONのダブルコートを\でエスケープしている)
curl 127.0.0.1:8080/api/user/get
curl 127.0.0.1:8080/api/user/get/(int)