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