ended7월 8일· 1 sources

What should a modern Go dependency injection framework look like?

Why it matters

Go DI has always been a trade-off. Runtime DI frameworks provide a convenient API, but they rely on reflection and discover dependency problems during application startup. Compile-time DI frameworks a...

1
Sources
+0
24h
Growth
75d
Active

Sources

Related Issues