Any useful Go Lang MVC(excluding V) documentation?

Hello Community, I’m looking to create services for a local go project I’m working on, however, I’m not sure on the best way to organize my code. Can anyone provide comments, documentation and/or video that describes the proper way of structuring Go code in an MVC framework?

My assumption is the use of ./models and ./controller directories, however that’s the extent of my knowledge.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.