Code RecipeDec 11, 20215 min readSingleton Pattern - All You Need To KnowSingleton Design Pattern is a creational design pattern. Singleton pattern lets you ensure that only one instance of a class (struct in go)