mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 12:28:52 +08:00
formatting code by: goimports -w=true .
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package topology
|
||||
|
||||
import (
|
||||
"github.com/chrislusf/weed-fs/go/glog"
|
||||
"github.com/chrislusf/weed-fs/go/storage"
|
||||
"errors"
|
||||
"math/rand"
|
||||
"strings"
|
||||
|
||||
"github.com/chrislusf/weed-fs/go/glog"
|
||||
"github.com/chrislusf/weed-fs/go/storage"
|
||||
)
|
||||
|
||||
type NodeId string
|
||||
|
Reference in New Issue
Block a user