`client.WithClientCheck()` should set `check` to false instead of true.
chickenlj opened this issue · 2 comments
chickenlj commented
The default value of check
is true, so client.WithClientCheck()
should set check
to false instead of true.
cli, err := client.NewClient(
client.WithClientCheck(),
}
FoghostCn commented
should named client.WithClientNoCheck()
?
chickenlj commented
should named
client.WithClientNoCheck()
?
Yeah, I think so.