Clean Architecture with GO
Introducing Clean architecture with Go.
15 min readNov 7, 2019
--
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.