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

95 B

单例模式

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