[WIP/RFC] Pointer indirection #196
|
@ -16,6 +16,7 @@ type HandleList struct {
|
||||||
func NewHandleList() *HandleList {
|
func NewHandleList() *HandleList {
|
||||||
return &HandleList{
|
return &HandleList{
|
||||||
handles: make([]interface{}, 5),
|
handles: make([]interface{}, 5),
|
||||||
|
set: make(map[uintptr]bool),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue