aboutsummaryrefslogtreecommitdiff
path: root/go/topology/cluster_commands.go
diff options
context:
space:
mode:
authorchrislusf <chris.lu@gmail.com>2014-09-25 21:24:08 -0700
committerchrislusf <chris.lu@gmail.com>2014-09-25 21:24:08 -0700
commit348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0 (patch)
tree588b1bb06978b57ce66c6af1fe6c916b2ca34153 /go/topology/cluster_commands.go
parenta2f8d985fbcddf9722015dfafe8a9ddffcf55fc0 (diff)
parent620b1244b44aa0f650a7ff5dac53d4c646efa22d (diff)
downloadseaweedfs-348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0.tar.xz
seaweedfs-348a50052e8aa9b90e80a35c5a4d138fe2d5dbb0.zip
Merge pull request #15 from aszxqw/upstream_master
Changing to github !!! Thanks!
Diffstat (limited to 'go/topology/cluster_commands.go')
-rw-r--r--go/topology/cluster_commands.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/cluster_commands.go b/go/topology/cluster_commands.go
index 703435173..cafc52c76 100644
--- a/go/topology/cluster_commands.go
+++ b/go/topology/cluster_commands.go
@@ -1,8 +1,8 @@
package topology
import (
- "code.google.com/p/weed-fs/go/glog"
- "code.google.com/p/weed-fs/go/storage"
+ "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/chrislusf/weed-fs/go/storage"
"github.com/goraft/raft"
)