Skip to content

lemon-1997/clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean

This is an example of clean architecture in GO. Note that this is the simplest example. In actual development, there are also modules such as logs, tracing, and monitoring, which need to be added according to your business

tree

├─api           
│  ├─dto
│  └─handler
├─cmd
├─config
├─data
├─entity
├─test
└─usecase

diagram

image

blog

If you want to learn more details about my motivation to write this and follow my steps in doing so, check out my blog post on the topic.

About

go clean architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages