Skip to content

Update README.md (#1615) #1518

Update README.md (#1615)

Update README.md (#1615) #1518

Triggered via push December 26, 2023 10:03
Status Failure
Total duration 26s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/api/msg.go#L290
shadow: declaration of "err" shadows declaration at line 285 (govet)
lint: internal/msggateway/client.go#L79
func `newClient` is unused (unused)
lint: internal/msggateway/long_conn.go#L111
S1008: should use 'return d.conn == nil' instead of 'if d.conn != nil { return false }; return true' (gosimple)
lint: internal/msggateway/n_ws_server.go#L63
var `bufferPool` is unused (unused)
lint: internal/msggateway/user_map.go#L61
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
lint: internal/msggateway/user_map.go#L66
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
lint: internal/msgtransfer/init.go#L55
shadow: declaration of "err" shadows declaration at line 47 (govet)
lint: internal/msgtransfer/online_history_msg_handler.go#L76
field `singleMsgSuccessCount` is unused (unused)
lint: internal/msgtransfer/online_history_msg_handler.go#L77
field `singleMsgFailedCount` is unused (unused)
lint: internal/msgtransfer/online_history_msg_handler.go#L78
field `singleMsgSuccessCountMutex` is unused (unused)