diff options
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 |