This commit is contained in:
Chris Lu
2018-07-28 21:02:56 -07:00
parent 7214a8e265
commit d3205a0070
5 changed files with 17 additions and 16 deletions

View File

@@ -1,13 +1,14 @@
package wdclient
import (
"sync"
"strings"
"math/rand"
"errors"
"strconv"
"github.com/chrislusf/seaweedfs/weed/glog"
"fmt"
"math/rand"
"strconv"
"strings"
"sync"
"github.com/chrislusf/seaweedfs/weed/glog"
)
type Location struct {