Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SOLID-in-Go
example of SOLID principle implementation in Go language

1. Single responsibility principle
2. Open/ Close principle
3. Liskov subtitution principle
4. Interface segregation principle
5. Dependency inversion principle

For more explanation please visit: [Understanding SOLID Principles and Their Implementation in Go](https://goblog.dev/articles/37)