Miguel Ignacio Cabrera San Gil
Results
2
comments of
Miguel Ignacio Cabrera San Gil
Thanks @LissetteIbnz, you saved me a lot of time!!
Maybe, it could be possible manage those dependencies through a context, for example, creating an ArticleContext interface such that ```golang type ArticleContext interface { GetARepo() ARepo GetBRepo() BRepo GetCRepo() CRepo...