README ¶ go-clean-webapp Clean Architecture GO Usage docker-compose up -d go generate && make ./bin/webapp i ./bin/webapp s API 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} Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files init_data.go main.go wire_gen.go Directories ¶ Show internal Expand all Path Synopsis domain entity interface database presenter transaction usecase web Click to show internal directories. Click to hide internal directories.