aboutsummaryrefslogtreecommitdiff
path: root/go/topology/data_node.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/topology/data_node.go')
-rw-r--r--go/topology/data_node.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/topology/data_node.go b/go/topology/data_node.go
index c3b90470f..109bd037f 100644
--- a/go/topology/data_node.go
+++ b/go/topology/data_node.go
@@ -1,9 +1,10 @@
package topology
import (
+ "strconv"
+
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
- "strconv"
)
type DataNode struct {