Clean Architecture GO
docker-compose up -d
go generate && make
./bin/webapp i
./bin/webapp s
http://localhost:8080
POST /accounts
{
"first_name": "hoge",
"last_name": "fuga"
}
http://localhost:8080
GET /accounts
http://localhost:8080
GET /accounts/{accountUUID}
http://localhost:8080
DELETE /accounts/{accountUUID}