Clean Architecture with GO

Introducing Clean architecture with Go.

Manato Kuroda

--

Clean Architecture with Go

Clean Architecture is designed to separate concerns by organizing code into several layers with a very explicit rule which enables us to create a testable and maintainable project. In this article, I’m going to walk you through how Clean Architecture works in Go.

Example repo

--

--