diff options
Diffstat (limited to 'bucket.go')
-rw-r--r-- | bucket.go | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -7,12 +7,12 @@ package bolt // TODO: #define MAIN_DBI 1 type Bucket struct { - pad uint32 - flags uint16 - depth uint16 - branches pgno - leafs pgno - overflows pgno - entries uint64 - root pgno + pad uint32 + flags uint16 + depth uint16 + branches pgno + leafs pgno + overflows pgno + entries uint64 + root pgno } |