added grpc server wrapper #226
Annotations
4 errors and 1 warning
golangci linter:
service/hyperOutportBlock/blockService_test.go#L35
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
golangci linter:
server/grpcServer.go#L40
lostcancel: the cancelFunc function is not used on all paths (possible context leak) (govet)
|
golangci linter:
server/grpcServer.go#L43
lostcancel: this return statement may be reached without using the cancelFunc var defined on line 40 (govet)
|
golangci linter
issues found
|
golangci linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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/.
|