diff options
Diffstat (limited to 'weed/wdclient')
| -rw-r--r-- | weed/wdclient/masterclient.go | 4 | ||||
| -rw-r--r-- | weed/wdclient/vid_map.go | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/weed/wdclient/masterclient.go b/weed/wdclient/masterclient.go index e3ffd4834..347901f1a 100644 --- a/weed/wdclient/masterclient.go +++ b/weed/wdclient/masterclient.go @@ -2,12 +2,12 @@ package wdclient import ( "context" - "time" "fmt" + "time" + "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/pb/master_pb" "github.com/chrislusf/seaweedfs/weed/util" - "github.com/chrislusf/seaweedfs/weed/glog" ) type MasterClient struct { 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 { |
