Golang / Go Crash Course 03 | Implementing Clean Architecture principles in our REST API
In this article, we are going to apply the principles of the clean architecture by (Uncle) Bob Martin in our Golang API: Independent of frameworks, Testable, Independent of UI, Independent of Database, Independent of any external agency.