Chat server updated #70
Annotations
3 errors and 4 warnings
lint:
grpc/cmd/grpc_client/main.go#L24
Error return value of `conn.Close` is not checked (errcheck)
|
lint:
grpc/cmd/grpc_client/main.go#L4
File is not `goimports`-ed (goimports)
|
lint:
grpc/cmd/grpc_server/main.go#L5
File is not `goimports`-ed (goimports)
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
grpc/cmd/grpc_server/main.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
grpc/cmd/grpc_server/main.go#L29
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|