Go Microservice with Clean Architecture: Dependency Injection 2019-07-29 Jin Feng Tags: Golang Clean Architecture Application Container Dependency Injection Categories: Go Microservice Application container uses Dependency Injection to create concrete types and inject them into each function. Under the core, it uses the factory method pattern. Read More →