grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC

Home Page:https://grpc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run staticcheck for all modules

arvindbr8 opened this issue · comments

In a recent PR, we discovered that staticcheck is aware of go modules, and is only currently run for the main module. We need to make sure that it runs for every sub module. This task might involve resolving check errors in other modules which slip through.