Example of a modular monolithic codebase in Golang using hooks and dependency injection
Hooks (examples) – A modular monolithic approach Overview Aside from just providing usage examples for the hooks library, this is an exploration of modular monolithic architectural patterns in Go by leveraging both hooks and do (for dependency injection). It’s recommended you review and understand these libraries before reviewing this repository. Do is not required to achieve the pattern illustrated in this application, but […]