diff options
Diffstat (limited to 'go/operation/allocate_volume.go')
| -rw-r--r-- | go/operation/allocate_volume.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/go/operation/allocate_volume.go b/go/operation/allocate_volume.go index 19166eaed..ea34901ef 100644 --- a/go/operation/allocate_volume.go +++ b/go/operation/allocate_volume.go @@ -1,12 +1,12 @@ package operation import ( - "encoding/json" - "errors" - "net/url" "code.google.com/p/weed-fs/go/storage" "code.google.com/p/weed-fs/go/topology" "code.google.com/p/weed-fs/go/util" + "encoding/json" + "errors" + "net/url" ) type AllocateVolumeResult struct { |
