My attempt to implement the DDD Sample App in idiomatic Golang, so the project could be used to showcase the idiomatic project structuring, namings, etc.
At the same time, it's not the goal to blindly follow the DDD pracrices nor clean architecture. The goal is to identify the Go's way.
- As simple and idiomatic as possible.
- The codebase should be testable (a lot of code should be tested via simple unit tests).
- The layout should be suitable for middle to large services (like 100 API endpoints, think about a startup with a single monolitic backend server).