DEV Community

Discussion on: I'm Go Backend developer and love it, Ask Me Anything!

Collapse
 
math2001 profile image
Mathieu PATUREL

How do you structure your code (what do you split up in packages, what do you split up into files, etc...)

Do you use a framework? Which one?

Collapse
 
bregymr profile image
Bregy Malpartida

Generally I try to struct my project of different ways each time, below you can see two different projects and in the first I don't use folders, I only split my project in different files, in the second image I use folders for each part of the project (this project was really big), if you want see more, you can see in my github account, there I have different projects and you can see all the code.
way1
way2