完善B树注释

This commit is contained in:
John
2018-03-27 15:13:48 +08:00
parent 38ad2d9bc6
commit 41f6700fba

View File

@ -1,6 +1,6 @@
// from https://github.com/google/btree
// B+ Tree
// B-Tree
package gbtree
import (