aboutsummaryrefslogtreecommitdiff
path: root/buckets.go
diff options
context:
space:
mode:
Diffstat (limited to 'buckets.go')
-rw-r--r--buckets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/buckets.go b/buckets.go
index 59a82d8..482dea2 100644
--- a/buckets.go
+++ b/buckets.go
@@ -7,7 +7,7 @@ import (
// buckets represents a in-memory buckets page.
type buckets struct {
- pgid pgid
+ pgid pgid
items map[string]*bucket
}