diff options
Diffstat (limited to 'buckets.go')
-rw-r--r-- | buckets.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( // buckets represents a in-memory buckets page. type buckets struct { - pgid pgid + pgid pgid items map[string]*bucket } |