# dependency-injection > Guidelines for dependency injection patterns. - Author: Andrew Howden - Repository: andrewhowdencom/skills - Version: 20260126175023 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/andrewhowdencom/skills - Web: https://mule.run/skillshub/@@andrewhowdencom/skills~dependency-injection:20260126175023 --- --- name: dependency-injection description: Guidelines for dependency injection patterns. --- # Dependency Injection ## Google Wire Where possible and following the guidance of the library, use [Google Wire](https://github.com/google/wire) as compile time dependency injection for Go programs.