Skip to content

Instantly share code, notes, and snippets.

@MarioCarrion
Created March 22, 2021 05:46
Show Gist options
  • Save MarioCarrion/47658ff4dd99f4c8b9579ca75f19046a to your computer and use it in GitHub Desktop.
Save MarioCarrion/47658ff4dd99f4c8b9579ca75f19046a to your computer and use it in GitHub Desktop.
Tree output of a Go project using "internal/" with Domain Driven Design and Hexagonal Architecture
❯ tree internal/
internal/
├── datastore
│   ├── file1.go
│   ├── file2.go
│   ├── fileN.go
├── api
│   ├── file1.go
│   ├── file2.go
│   ├── fileN.go
├── service
│   ├── file1.go
│   ├── file2.go
│   ├── fileN.go
├── file1.go
├── file2.go
└── fileN.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment