OpenSourcePortfolio
July 13, 2021

Go-clean-template: Clean Architecture template for Golang services

Go-clean-template is a Golang template project based on Robert “Uncle Bob” Martin’s Clean Architecture principles, ready for you to clone and use as a starting point for your next Golang app.

Of course, like all architectural foundations, the Clean Architecture is a framework that you have to choose to adhere to throughout the lifecycle of a piece of software, it won’t physically prevent you from writing poor code. Hopefully, though, starting with this template will help you start as you mean to go on!