_3_singleton

package
v0.0.0-...-eb36113 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: Apache-2.0, MIT Imports: 1 Imported by: 0

README

单例模式

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Singleton

type Singleton interface {
	// contains filtered or unexported methods
}

TODO: 待优化

func GetInstance

func GetInstance() Singleton

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL