mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-21 11:48:26 -07:00
upgrade buntdb and dependencies
This commit is contained in:
+1
@@ -183,6 +183,7 @@ type treeItem struct {
|
||||
item interface{}
|
||||
}
|
||||
|
||||
//go:nocheckptr
|
||||
func (item *treeItem) unsafeNode() *treeNode {
|
||||
return (*treeNode)(unsafe.Pointer(item))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user