Golang Dependency Injection With karlkfi/inject
While investigating the pros and cons of manual ctor and IoC based dependency injection in go I looked at several IoC solutions:
I was astonished by karlkfi/inject how I was able to switch to an IoC with NO CHANGES WHATSOVER on my ctor DI based classes.
Check out the small changes yourself below or on github