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 |