Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saleh-ghazimoradi/creational-design-patterns

We are gonna work on creational design patterns in this repo
https://github.com/saleh-ghazimoradi/creational-design-patterns

Last synced: 7 days ago
JSON representation

We are gonna work on creational design patterns in this repo

Awesome Lists containing this project

README

        

# Design Patterns In Golang 8-)

---

## 1. Creational Design Patterns

### - Singleton

---

Remember!
In singleton design pattern there must be one and only one instance of the object.

Scenarios:

When it comes to DB initialization, logging, telemetry, configuration, debugging...

We are gonna work on whole design patterns available out there with Golang ;)

We've just got started with creational ones!