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/topology/allocate_volume.go | |
| parent | a5d6e70299559c10126f6ef248f475152303a79a (diff) | |
| download | seaweedfs-179d36ba0e35e4bdad86988a49828836b649e3df.tar.xz seaweedfs-179d36ba0e35e4bdad86988a49828836b649e3df.zip | |
formatting code by: goimports -w=true .
Diffstat (limited to 'go/topology/allocate_volume.go')
| -rw-r--r-- | go/topology/allocate_volume.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/go/topology/allocate_volume.go b/go/topology/allocate_volume.go index 6562e9ac5..a791b4c1c 100644 --- a/go/topology/allocate_volume.go +++ b/go/topology/allocate_volume.go @@ -1,11 +1,12 @@ package topology import ( - "github.com/chrislusf/weed-fs/go/storage" - "github.com/chrislusf/weed-fs/go/util" "encoding/json" "errors" "net/url" + + "github.com/chrislusf/weed-fs/go/storage" + "github.com/chrislusf/weed-fs/go/util" ) type AllocateVolumeResult struct { |
