Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelwp/solid-in-go
example of SOLID principle implementation in Go language
https://github.com/michaelwp/solid-in-go
go golang solid
Last synced: 6 days ago
JSON representation
example of SOLID principle implementation in Go language
- Host: GitHub
- URL: https://github.com/michaelwp/solid-in-go
- Owner: michaelwp
- Created: 2024-07-09T14:36:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:36:43.000Z (7 months ago)
- Last Synced: 2024-09-20T06:44:35.340Z (5 months ago)
- Topics: go, golang, solid
- Language: Go
- Homepage: https://goblog.dev/articles/37
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOLID-in-Go
example of SOLID principle implementation in Go language1. Single responsibility principle
2. Open/ Close principle
3. Liskov subtitution principle
4. Interface segregation principle
5. Dependency inversion principleFor more explanation please visit: [Understanding SOLID Principles and Their Implementation in Go](https://goblog.dev/articles/37)