Comment on Dependency Injection with GoparentComments−sagichmal12y > I was referring to Go's magic func init() I know you were; I'm arguing that components shouldn't need an explicit initialization step, but rather they should be initialized as part of their `NewFoo` constructor.
Comments