From df8333328fc7808ad37f7276a115bfd8a00c3780 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 10 Jan 2014 07:32:12 -0700 Subject: DB.Open(), pages, and meta. --- info.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'info.go') diff --git a/info.go b/info.go index d9642a5..e32587e 100644 --- a/info.go +++ b/info.go @@ -1,7 +1,7 @@ package bolt -// info contains information about the database. -type info struct { +// Info contains information about the database. +type Info struct { MapSize int LastPageID int LastTransactionID int -- cgit v1.2.3