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