You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would love to see, how to organize multiple command, handler, denormalizer, query and websocket services under Golang Standard Project Layout. GitHub
Can't figure out, how to better organize code of 100+ (i mean more than 10) or so services.
The text was updated successfully, but these errors were encountered:
Most of the code would be under internal directory. app/ for specific use cases and pkg/ for cross-cutting packages. You could use wire for constructing services with many dependencies.
Would love to see, how to organize multiple command, handler, denormalizer, query and websocket services under Golang Standard Project Layout. GitHub
Can't figure out, how to better organize code of 100+ (i mean more than 10) or so services.
The text was updated successfully, but these errors were encountered: