go-pattern-examples/creation/03_singleton/README.md
2020-04-21 22:53:23 +08:00

4 lines
95 B
Markdown

# 单例模式
使用懒惰模式的单例模式,使用双重检查加锁保证线程安全