aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology_compact.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/topology_compact.go')
-rw-r--r--go/topology/topology_compact.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/topology_compact.go b/go/topology/topology_compact.go
index 9c9abde4f..7215edc4e 100644
--- a/go/topology/topology_compact.go
+++ b/go/topology/topology_compact.go
@@ -1,12 +1,12 @@
package topology
import (
+ "code.google.com/p/weed-fs/go/storage"
+ "code.google.com/p/weed-fs/go/util"
"encoding/json"
"errors"
"fmt"
"net/url"
- "code.google.com/p/weed-fs/go/storage"
- "code.google.com/p/weed-fs/go/util"
"time"
)