diff options
Diffstat (limited to 'go/topology/node.go')
| -rw-r--r-- | go/topology/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/node.go b/go/topology/node.go index c8ff55f07..cfd6f6489 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/storage" "code.google.com/p/weed-fs/go/glog" + "code.google.com/p/weed-fs/go/storage" ) type NodeId string |
