From 746c287b262034e10ec65d9f99b232519a90546d Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sun, 12 Jan 2014 14:59:03 -0700 Subject: Add mock OS. --- stat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stat.go') 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 -- cgit v1.2.3