diff options
Diffstat (limited to 'info.go')
-rw-r--r-- | info.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |