How to Structure your next Golang App with Go Mod and Subfolders

Steven Rescigno
3 min readMar 25, 2022

Coding your next Golang Project using Go Mod and Subfolders.

Maybe you are someone looking to start building a project in Golang. First starting out, you may never consider the structure of the codebase and it is easy to leave out or forget to structure your project for the future.

--

--