mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
Refactor code
This commit is contained in:
@@ -72,7 +72,7 @@ func RegisterEtcd(schema, etcdAddr, myHost string, myPort int, serviceName strin
|
||||
select {
|
||||
case v, ok := <-kresp:
|
||||
if ok == true {
|
||||
fmt.Println(" kresp ok ", v)
|
||||
// fmt.Println(" kresp ok ", v)
|
||||
} else {
|
||||
fmt.Println(" kresp failed ", v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user