aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology_compact.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-09-01 23:58:21 -0700
committerChris Lu <chris.lu@gmail.com>2013-09-01 23:58:21 -0700
commit82b74c7940d958c4244cbc67d495b8156a17d2b3 (patch)
tree69c0fcee0f49e027a1f2bc0c9d012b2e4328475a /go/topology/topology_compact.go
parent2e70cc8be77d0047139ea56864df74477387f2f3 (diff)
downloadseaweedfs-82b74c7940d958c4244cbc67d495b8156a17d2b3.tar.xz
seaweedfs-82b74c7940d958c4244cbc67d495b8156a17d2b3.zip
issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>
some basic changes to parse upload url
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"
)