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

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

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]()