diff options
Diffstat (limited to 'go/topology/volume_layout.go')
| -rw-r--r-- | go/topology/volume_layout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/volume_layout.go b/go/topology/volume_layout.go index b6e6e8bfe..f5c2e2360 100644 --- a/go/topology/volume_layout.go +++ b/go/topology/volume_layout.go @@ -1,10 +1,10 @@ package topology import ( + "code.google.com/p/weed-fs/go/storage" "errors" "fmt" "math/rand" - "code.google.com/p/weed-fs/go/storage" ) type VolumeLayout struct { |
