Documentation ¶
Index ¶
- Variables
- func Shadow_InterfaceConvertTo1_Locker(x interface{}) sync.Locker
- func Shadow_InterfaceConvertTo2_Locker(x interface{}) (y sync.Locker, b bool)
- func Shadow_NewStruct_Cond(src *sync.Cond) *sync.Cond
- func Shadow_NewStruct_Map(src *sync.Map) *sync.Map
- func Shadow_NewStruct_Mutex(src *sync.Mutex) *sync.Mutex
- func Shadow_NewStruct_Once(src *sync.Once) *sync.Once
- func Shadow_NewStruct_Pool(src *sync.Pool) *sync.Pool
- func Shadow_NewStruct_RWMutex(src *sync.RWMutex) *sync.RWMutex
- func Shadow_NewStruct_WaitGroup(src *sync.WaitGroup) *sync.WaitGroup
Constants ¶
This section is empty.
Variables ¶
View Source
var Ctor = make(map[string]interface{})
View Source
var Pkg = make(map[string]interface{})
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.