aboutsummaryrefslogtreecommitdiff
path: root/bpage.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-27 22:22:37 -0500
committerBen Johnson <benbjohnson@yahoo.com>2014-01-27 22:22:37 -0500
commitef590ecdfb8880dda7d844165924b35f5dd758ab (patch)
treeda08883acddab7e71136f8baa28810be0081ff89 /bpage.go
parentIntermediate. (diff)
downloaddedo-ef590ecdfb8880dda7d844165924b35f5dd758ab.tar.gz
dedo-ef590ecdfb8880dda7d844165924b35f5dd758ab.tar.xz
lpage
Diffstat (limited to 'bpage.go')
-rw-r--r--bpage.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpage.go b/bpage.go
new file mode 100644
index 0000000..496cfa2
--- /dev/null
+++ b/bpage.go
@@ -0,0 +1,5 @@
+package bolt
+
+type bpage struct {
+ keys [][]byte
+}