diff options
Diffstat (limited to 'go/replication/volume_growth.go')
| -rw-r--r-- | go/replication/volume_growth.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/go/replication/volume_growth.go b/go/replication/volume_growth.go index 747e07642..1f266f73f 100644 --- a/go/replication/volume_growth.go +++ b/go/replication/volume_growth.go @@ -1,12 +1,12 @@ package replication import ( - "errors" - "fmt" - "math/rand" "code.google.com/p/weed-fs/go/operation" "code.google.com/p/weed-fs/go/storage" "code.google.com/p/weed-fs/go/topology" + "errors" + "fmt" + "math/rand" "sync" ) |
