The Wayback Machine - https://web.archive.org/web/20201106190330/https://github.com/err0r500/Clean-Architecture-in-Golang
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

README.md

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

About

A Clean Architecture in Golang

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.