DEV Community

Discussion on: My 2 Cents On Go

Collapse
 
mustardsauce profile image
Jakub N

Being new to golang, my biggest concern is, how do I organize/structure my code. Flat structure for simple application I am currently building seems reasonable, but it still seems weird for me.

Collapse
 
idoshamun profile image
Ido Shamun

I can totally relate to this one! It annoys me as well, not sure how to structure the project

Collapse
 
mustardsauce profile image
Jakub N

I really like the approach suggested in this article: medium.com/@benbjohnson/standard-p..., but don't want to overcomplicate the whole thing.