Merge pull request #79 from FGadvancer/main #115
Annotations
10 errors
golangci-lint:
cmd/main.go#L92
SA1016: os.Kill cannot be trapped (did you mean syscall.SIGTERM?) (staticcheck)
|
golangci-lint:
core_func/ws_handler.go#L117
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
core_func/ws_handler.go#L162
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
core_func/ws_handler.go#L293
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
core_func/ws_handler.go#L335
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
golangci-lint:
core_func/ws_listener.go#L182
field `respMessage` is unused (unused)
|
golangci-lint:
core_func/ws_user.go#L20
SA1019: f.userForSDK.User().SetSelfInfo is deprecated: user SetSelfInfoEx instead (staticcheck)
|
golangci-lint:
module/MActor.go#L107
S1002: should omit comparison to bool constant, can be simplified to `actor.isclosing` (gosimple)
|
golangci-lint:
module/MActor.go#L128
S1002: should omit comparison to bool constant, can be simplified to `actor.isclosing` (gosimple)
|
golangci-lint:
module/statusActor.go#L37
S1002: should omit comparison to bool constant, can be simplified to `actor.isclosing` (gosimple)
|
The logs for this run have expired and are no longer available.
Loading