设计模式Go版-单例模式

----------------------------------singleton.go-------------------------------------------------spa package singleton import ( "sync" "fmt" ) var ( once sync.Once instance *Singleton
相关文章
相关标签/搜索