aboutsummaryrefslogtreecommitdiff
path: root/bucket.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-15 21:50:34 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-15 21:50:34 -0700
commit7fb06feea4012543b6a1b0726a09e9a4c4a84933 (patch)
tree057b2bf9d7487343f477f62726919421dc66b6b6 /bucket.go
parentMerge pull request #32 from benbjohnson/blocks (diff)
downloaddedo-7fb06feea4012543b6a1b0726a09e9a4c4a84933.tar.gz
dedo-7fb06feea4012543b6a1b0726a09e9a4c4a84933.tar.xz
Add parallel usage test and race detector.
Diffstat (limited to 'bucket.go')
-rw-r--r--bucket.go2
1 files changed, 1 insertions, 1 deletions
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
}