aboutsummaryrefslogtreecommitdiff
path: root/bucket.go
diff options
context:
space:
mode:
Diffstat (limited to 'bucket.go')
-rw-r--r--bucket.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/bucket.go b/bucket.go
index c1a7d27..6e7b791 100644
--- a/bucket.go
+++ b/bucket.go
@@ -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
}