diff options
Diffstat (limited to 'bucket.go')
-rw-r--r-- | bucket.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ type Bucket struct { // bucket represents the on-file representation of a bucket. type bucket struct { - root pgid + root pgid sequence uint64 } |