Clean and generic project structure for GO applications and mongodb – SEO
I want to build an API based application using GO and MongoDB. I'm from Asp.net MVC background. Probably if I make an architecture with MVC web application things to be consider are Separation of concerns(SoC) DataModel BusinessEntities BusinessServices Controllers Dependeny…