aboutsummaryrefslogtreecommitdiff
path: root/weed/wdclient/vid_map.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/wdclient/vid_map.go')
-rw-r--r--weed/wdclient/vid_map.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/weed/wdclient/vid_map.go b/weed/wdclient/vid_map.go
index 0b0cba178..2f56b8fce 100644
--- a/weed/wdclient/vid_map.go
+++ b/weed/wdclient/vid_map.go
@@ -1,13 +1,14 @@
package wdclient
import (
- "sync"
- "strings"
- "math/rand"
"errors"
+ "fmt"
+ "math/rand"
"strconv"
+ "strings"
+ "sync"
+
"github.com/chrislusf/seaweedfs/weed/glog"
- "fmt"
)
type Location struct {