mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Refactor code
This commit is contained in:
parent
3103c33dda
commit
18babef78b
@ -72,7 +72,7 @@ func RegisterEtcd(schema, etcdAddr, myHost string, myPort int, serviceName strin
|
|||||||
select {
|
select {
|
||||||
case v, ok := <-kresp:
|
case v, ok := <-kresp:
|
||||||
if ok == true {
|
if ok == true {
|
||||||
fmt.Println(" kresp ok ", v)
|
// fmt.Println(" kresp ok ", v)
|
||||||
} else {
|
} else {
|
||||||
fmt.Println(" kresp failed ", v)
|
fmt.Println(" kresp failed ", v)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user