apache/dubbo-go

`client.WithClientCheck()` should set `check` to false instead of true.

chickenlj opened this issue · 2 comments

The default value of check is true, so client.WithClientCheck() should set check to false instead of true.

cli, err := client.NewClient(
   client.WithClientCheck(),
}

should named client.WithClientNoCheck() ?

should named client.WithClientNoCheck() ?

Yeah, I think so.