diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-10-26 11:34:55 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-10-26 11:34:55 -0700 |
| commit | 179d36ba0e35e4bdad86988a49828836b649e3df (patch) | |
| tree | 90c15051728350d3470fbaa44f8531532bdcf386 /go/storage/volume.go | |
| parent | a5d6e70299559c10126f6ef248f475152303a79a (diff) | |
| download | seaweedfs-179d36ba0e35e4bdad86988a49828836b649e3df.tar.xz seaweedfs-179d36ba0e35e4bdad86988a49828836b649e3df.zip | |
formatting code by: goimports -w=true .
Diffstat (limited to 'go/storage/volume.go')
| -rw-r--r-- | go/storage/volume.go | 3 |
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 { |
