aboutsummaryrefslogtreecommitdiff
path: root/weed/command/volume.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-11 00:08:13 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-11 00:08:13 -0700
commit08266b7256e8b81bf4e846cd392a6b988dca60e8 (patch)
tree1b368539ba9b94d8f51f67b5d9c3ecf04ad54662 /weed/command/volume.go
parent1d7e01b754069d188094e110fe8c5a5141ac3519 (diff)
downloadseaweedfs-08266b7256e8b81bf4e846cd392a6b988dca60e8.tar.xz
seaweedfs-08266b7256e8b81bf4e846cd392a6b988dca60e8.zip
go fmt
Diffstat (limited to 'weed/command/volume.go')
-rw-r--r--weed/command/volume.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go
index df8d842dc..e8c3f4a3c 100644
--- a/weed/command/volume.go
+++ b/weed/command/volume.go
@@ -1,17 +1,18 @@
package command
import (
+ "net/http"
"os"
"runtime"
+ "runtime/pprof"
"strconv"
"strings"
+ "time"
+
"github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/util"
- "net/http"
- "github.com/chrislusf/seaweedfs/weed/storage"
"github.com/chrislusf/seaweedfs/weed/server"
- "time"
- "runtime/pprof"
+ "github.com/chrislusf/seaweedfs/weed/storage"
+ "github.com/chrislusf/seaweedfs/weed/util"
)
var (