Sample code to demonstrate how to implement clean architecture in golang
(no description)
The domain, or business, of our shopping application is that of human beings shopping for stuff, or, in more formal terms, of customers adding items to orders. We need to represent these business entities and their rules as code in the innermost layer, the domain layer.
Clean Architecture sample
A Clean Architecture in Golang
An example Go application demonstrating The Clean Architecture.
Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
Hands-On Software Architecture with Golang, published by Packt