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.
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.