DEV Community

ArunNKutty
ArunNKutty

Posted on

Project Structure in GO while building microservices

A good foundation can take you a long way. Here's a quick guide to setting up a structured code repository when building a Microservices app in Go!!. This is just one part of our Microservices series. Check out the rest to get started! https://gochronicles.com/project-structure/

Top comments (1)

Collapse
 
marcuskohlberg profile image
Marcus Kohlberg

Thanks for sharing, seems well thought through. In case you're interested in optimising for less setup and getting straight to writing code, recommend you check out encore.dev that radically simplifies the amount of setup you need to do, and is fully GO based.