4
cbsa
5y

I have searched the universe of how go lang developers modularize their api server.... I couldn't find any.. Except for this git repo https://github.com/velopert/...
So, what kind of architecture or pattern do you use? Oh, and I am more interested in MVC

Comments
  • 0
    I use Uncle Bob's clean architecture. It's very modular and makes testing a breeze
  • 0
    @Evonox7 I was curious and I searched this.

    It exists! LMFAO
  • 0
    @cbsa Haha pffft... of course it does 🙄. Your thoughts?

    I use it for my android projects as well
  • 1
    Well, I did a time ago the repo github.com/sebach1/modular_go_app. Maybe it helps, although I didn't explained very well the structure, it's a bit self-described.
Add Comment