Skip to content

JDUcraft/golang-hexagonal-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Architecture

Principle

Directories

  • domain:
  • application:
  • infrastructure:

Dependency

Run

git clone git@github.com:JDUcraft/golang-hexagonal-architecture.git
cd golang-hexagonal-architecture
go run .

Dependency graph

  graph TD;
      Application --> Domain;
      Infrastructure --> Domain;
Loading

About

A simple example for hexagonal architecture in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages