From 7fb06feea4012543b6a1b0726a09e9a4c4a84933 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 15 Feb 2014 21:50:34 -0700 Subject: Add parallel usage test and race detector. --- buckets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buckets.go') diff --git a/buckets.go b/buckets.go index 6d9f27c..3226873 100644 --- a/buckets.go +++ b/buckets.go @@ -64,7 +64,7 @@ func (b *buckets) read(p *page) { // Associate keys and items. for index, key := range keys { b.items[key] = &bucket{ - root: items[index].root, + root: items[index].root, sequence: items[index].sequence, } } -- cgit v1.2.3