Hey, Most of the time I see myself creating a Golang project: be it a one-file single-purpose thing or a more complex project. To facilitate that process, I try always to keep the structure the same such that there’s no need to put much thought into the process of bootstrapping a new project - for me, the less friction to get started, the better. The file structure usually looks like this: . ├── .editorconfig # Allows you to define and maintain │ # a consistent editor configuratio...