Merge pull request #125 from NishantBansal2003/go-grpc #122
Annotations
7 errors and 3 warnings
golangci-lint:
mux-elasticsearch/app.go#L98
Error return value of `res.Body.Close` is not checked (errcheck)
|
golangci-lint:
mux-elasticsearch/app.go#L113
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
golangci-lint:
mux-elasticsearch/app.go#L129
Error return value of `res.Body.Close` is not checked (errcheck)
|
golangci-lint:
mux-elasticsearch/app.go#L145
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
golangci-lint:
mux-elasticsearch/app.go#L175
Error return value of `res.Body.Close` is not checked (errcheck)
|
golangci-lint:
mux-elasticsearch/app.go#L233
Error return value of `res.Write` is not checked (errcheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint:
mux-elasticsearch/app.go#L1
package-comments: should have a package comment (revive)
|
golangci-lint:
mux-elasticsearch/app.go#L231
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading