mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-29 10:56:33 +08:00
golangci-lint run
This commit is contained in:
@@ -36,7 +36,7 @@ func (s *sAuthClient) OnResponseExampleHello(ctx context.Context, req *servmsg.E
|
||||
func (s *sAuthClient) testExample(ctx context.Context) {
|
||||
// 发起tcp请求
|
||||
// 异步执行,服务端返回消息后会转到`OnResponseExampleHello`中
|
||||
s.client.Send(ctx, &servmsg.ExampleHelloReq{
|
||||
_ = s.client.Send(ctx, &servmsg.ExampleHelloReq{
|
||||
Name: "Tom",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user