aboutsummaryrefslogtreecommitdiff
path: root/stat.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-12 14:59:03 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-01-12 14:59:03 -0700
commit746c287b262034e10ec65d9f99b232519a90546d (patch)
tree4c104ed92b08369eb3d31615939edcf02b6833b0 /stat.go
parentInitial db.open. (diff)
downloaddedo-746c287b262034e10ec65d9f99b232519a90546d.tar.gz
dedo-746c287b262034e10ec65d9f99b232519a90546d.tar.xz
Add mock OS.
Diffstat (limited to 'stat.go')
-rw-r--r--stat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stat.go b/stat.go
index b01fa99..2020d9a 100644
--- a/stat.go
+++ b/stat.go
@@ -1,6 +1,6 @@
package bolt
-type Stat struct {
+type stat struct {
PageSize int
Depth int
BranchPageCount int