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. --- bucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bucket.go') diff --git a/bucket.go b/bucket.go index 9c9ee29..a973f0e 100644 --- a/bucket.go +++ b/bucket.go @@ -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 } -- cgit v1.2.3