1 A sample golang project

GN posted by spy16 1974 days ago  

I have been using golang at work and personally for more than 2 years now. A problem i faced when I started and the problem new gophers face even today is how to structure the project. Most (if not all) golang tutorials seem to be very simple and do not describe how to structure a large application. Following project is an attempt to showcase a manageable project layout for services in golang while following best practices mentioned in golang CodeReviewComments and EffectiveGo.

https://github.com/spy16/droplets

This project is far from complete. Would like to hear some feedback from the community before continuing on this.
Register to comment or vote on this story