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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/topology_compact.go b/go/topology/topology_compact.go
index 45ddda174..6394c59c6 100644
--- a/go/topology/topology_compact.go
+++ b/go/topology/topology_compact.go
@@ -1,11 +1,11 @@
package topology
import (
+ "code.google.com/p/weed-fs/go/glog"
"code.google.com/p/weed-fs/go/storage"
"code.google.com/p/weed-fs/go/util"
"encoding/json"
"errors"
- "code.google.com/p/weed-fs/go/glog"
"net/url"
"time"
)