Litte golang api server with broken architecture and no tests. It'll become better over iterations.
go run cmd/main.go --conf=conf.yaml
- v0.0.1: added some unit tests, fixed bug in GET /orders and decouple pool&repo from usecase.
- v0.0.2: added intergration tests for gateway-usecase layers. Also added tests with fakes.