aboutsummaryrefslogtreecommitdiff
path: root/buckets.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-06 16:21:36 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-06 16:21:36 -0700
commit1318213f1d652dfd035ffe6116e2be31573ca64a (patch)
tree465931a9aa89ab725d4cd7750002f909336104a1 /buckets.go
parentMerge pull request #18 from benbjohnson/master (diff)
downloaddedo-1318213f1d652dfd035ffe6116e2be31573ca64a.tar.gz
dedo-1318213f1d652dfd035ffe6116e2be31573ca64a.tar.xz
Clean up.
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
}