aboutsummaryrefslogtreecommitdiff
path: root/go/storage/volume.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/storage/volume.go')
-rw-r--r--go/storage/volume.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/storage/volume.go b/go/storage/volume.go
index 60ee1a0c4..5b0a83605 100644
--- a/go/storage/volume.go
+++ b/go/storage/volume.go
@@ -4,12 +4,13 @@ import (
"bytes"
"errors"
"fmt"
- "github.com/chrislusf/weed-fs/go/glog"
"io"
"os"
"path"
"sync"
"time"
+
+ "github.com/chrislusf/weed-fs/go/glog"
)
type Volume struct {