src.dualinventive.com/go/mtinfo-go/build/golint.log

10 lines
313 B
Plaintext

authgrpc_test.go:31:5: `mock` is a global variable (gochecknoglobals)
var mock *testGrpcAuthClient
^
authgrpc_test.go:32:5: `client` is a global variable (gochecknoglobals)
var client grpcAuthServiceClient
^
authgrpc_test.go:33:5: `pk` is a global variable (gochecknoglobals)
var pk *rsa.PrivateKey
^