Skip to content

err0r500/Clean-Architecture-in-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture In Golang

BCH compliance

The purpose of this architecture is to be as flexible as possible in order to develop a project as quickly as possible and to maintain this speed during the whole development lifespan, whatever its size and the changes that will have to be done, for whatever reason.

Complete Go App using this architecture :

err0r500/go-realworld-clean

Detailed explanation of this repo :

Hands-On Clean Architecture

Demo :

run main_test.go and read the logs to see

  • how the execution flows from a layer to another while the dependency inversion rule is strictly observed.
  • how an Interface can be substituted to another allowing us to plug IN/OUT dependencies

Releases

No releases published

Packages

No packages published

Languages