|
|
|
|
|
by dcormier
1574 days ago
|
|
I've used this framework. The exceptions being deferred until runtime were really frustrating. If you really want to use DI in golang, for some reason, wire[1] at least still gives you type safety and compile-time failures. 1. https://github.com/google/wire |
|