Commit 5411e0a9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 198764da
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
// - ΔBtail (tail of revisional changes to BTrees). // - ΔBtail (tail of revisional changes to BTrees).
package xbtree package xbtree
// this file contains only tree types and utilities.
// main code lives in δbtail.go and treediff.go .
import ( import (
"context" "context"
...@@ -37,10 +39,6 @@ import ( ...@@ -37,10 +39,6 @@ import (
"lab.nexedi.com/nexedi/wendelin.core/wcfs/internal/xzodb" "lab.nexedi.com/nexedi/wendelin.core/wcfs/internal/xzodb"
) )
// this file contains only tree types and utilities.
// main code lives in δbtail.go and treediff.go .
// XXX instead of generics // XXX instead of generics
type Tree = blib.Tree type Tree = blib.Tree
type Bucket = blib.Bucket type Bucket = blib.Bucket
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment