clean-go
clean-go copied to clipboard
Clean Architecture Example in Go
Wouldn't it make sense to move the domain package to `engine/internal`? When the go command sees an import of a package with internal in its path, it verifies that the...
Thanks for this example, it's really great. I would like to comment one thing though, namely the section about [Dependency Injection](https://github.com/CaptainCodeman/clean-go#dependency-injection). You state that dependency injection is not always necessary,...
I am trying to understand how to implement clean architecture. Is there a chance that you add another domain example not just for Greeting domain? Thanks
Mirror Go example web application Keep gin to show how web framework is replaceable