aboutsummaryrefslogtreecommitdiff
path: root/go/topology/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/node.go')
-rw-r--r--go/topology/node.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/topology/node.go b/go/topology/node.go
index c52414008..12e9a709a 100644
--- a/go/topology/node.go
+++ b/go/topology/node.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/aszxqw/weed-fs/go/glog"
+ "github.com/aszxqw/weed-fs/go/storage"
"errors"
"math/rand"
"strings"