tree -L 1
tree -L 2
.
├── designPatterns
├── docker
├── go_build_Go
├── go.mod
├── kubernetes
├── main.go
├── OS
├── README.md
└── uml
.
├── aggregation
├── association
├── combination
├── dependencies
├── inheritance
├── realization
└── test
├── behavioral
│ ├── command
│ ├── strategy
│ ├── template_method
│ └── test
├── creative
│ ├── abstract_factory
│ ├── factory
│ ├── low_coupling.go
│ ├── simple_factory
│ ├── singleton
│ └── test
└── structural
├── adapter
├── decorate
├── facade
├── factory
├── proxy
└── test
.
├── semaphore
└── test
.
├── minio
└── netron
.
├── ubuntu 22.04
└── ubuntu 24.04