diff options
Diffstat (limited to 'handles.go')
| -rw-r--r-- | handles.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ import ( ) type HandleList struct { + doNotCompare sync.RWMutex // stores the Go pointers handles map[unsafe.Pointer]interface{} |
