diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-12 14:59:03 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-12 14:59:03 -0700 |
commit | 746c287b262034e10ec65d9f99b232519a90546d (patch) | |
tree | 4c104ed92b08369eb3d31615939edcf02b6833b0 /stat.go | |
parent | Initial db.open. (diff) | |
download | dedo-746c287b262034e10ec65d9f99b232519a90546d.tar.gz dedo-746c287b262034e10ec65d9f99b232519a90546d.tar.xz |
Add mock OS.
Diffstat (limited to 'stat.go')
-rw-r--r-- | stat.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ package bolt -type Stat struct { +type stat struct { PageSize int Depth int BranchPageCount int |