go fmt
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package broker
|
||||
|
||||
import (
|
||||
"github.com/cespare/xxhash"
|
||||
"github.com/buraksezer/consistent"
|
||||
"github.com/cespare/xxhash"
|
||||
)
|
||||
|
||||
type Member string
|
||||
@@ -35,4 +35,4 @@ func PickMember(members []string, key []byte) string {
|
||||
m := c.LocateKey(key)
|
||||
|
||||
return m.String()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user