https://github.com/fakorede/go-design-patterns
Design Patterns in the Go programming language
https://github.com/fakorede/go-design-patterns
Last synced: about 1 month ago
JSON representation
Design Patterns in the Go programming language
- Host: GitHub
- URL: https://github.com/fakorede/go-design-patterns
- Owner: Fakorede
- License: mit
- Created: 2020-05-15T05:29:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T11:48:38.000Z (about 5 years ago)
- Last Synced: 2025-04-22T23:16:45.486Z (about 1 month ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-design-patterns
Design Patterns in the Go programming language## Solid Design Principles
- [Single Responsibility Principle](https://github.com/Fakorede/go-design-patterns/tree/master/01-single-responsibility)
- [Open-Closed Principle](https://github.com/Fakorede/go-design-patterns/tree/master/02-open-closed)
- [Liskov Substitution Principle]()
- [Interface Segregation Principle]()
- [Dependency Inversion Principle]()