//
pkg.gl
Category
github.com/doITmagic/go-snippets
patterns
creational
directory
0.0.0-20230629151031-44f814d29ed9
Repository:
https://github.com/doitmagic/go-snippets.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
0
#
Packages
builder
No description provided by the author
factory
No description provided by the author
singleton
Singleton is a creational design pattern, which ensures that only one object of its kind exists and provides a single point of access to it for any other code.