golangci-lint run

This commit is contained in:
孟帅
2023-07-24 09:35:30 +08:00
parent 071b6224c9
commit 996ed818ee
61 changed files with 527 additions and 271 deletions

View File

@@ -96,7 +96,7 @@ func (s *sAuthClient) onLoginEvent() {
ctx := gctx.New()
// 获取授权信息
s.client.Send(ctx, &servmsg.AuthSummaryReq{})
_ = s.client.Send(ctx, &servmsg.AuthSummaryReq{})
// 测试例子,实际使用时可以注释掉
s.testExample(ctx)