mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-23 04:16:02 +03:00
.. | ||
README.md | ||
singleton_test.go | ||
singleton.go |
单例模式
使用懒惰模式的单例模式,使用双重检查加锁保证线程安全
.. | ||
README.md | ||
singleton_test.go | ||
singleton.go |
使用懒惰模式的单例模式,使用双重检查加锁保证线程安全