Commit 9d6b2ef0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c9b0c412
......@@ -501,7 +501,7 @@ func TestΔBTreeAllStructs(t *testing.T) {
for k := range keys1 { kv1[Key(k)] = randv() }
for k := range keys2 { kv2[Key(k)] = randv() }
//kvtxt(kv1), kvtxt(kv2)
fmt.Printf("%s -> %s\n", kvtxt(kv1), kvtxt(kv2))
}
......
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