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

https://github.com/felipeaz/solid

This project describes each S.O.L.I.D principle in Golang
https://github.com/felipeaz/solid

golang solid-principles study-project

Last synced: 3 months ago
JSON representation

This project describes each S.O.L.I.D principle in Golang

Awesome Lists containing this project

README

        

# S.O.L.I.D
This project describes each S.O.L.I.D principles in Golang exemplified by a simple order system which calculates
the order total price.

``The example created uses the Decorator Pattern``

Each SOLID principe has its own main file which are inside ``cmd`` folder. All examples has a Product and Category module which are inside ``internal/app`` folder