grpc/server/server.go
don't use ALL_CAPS in Go names; use CamelCase Open
Open
API_MAIL_ADDRESS := utils.Getenv("API_MAIL_ADDRESS", "localhost:50051")
- Exclude checks
exported var GrpcClient should have comment or be unexported Open
Open
GrpcClient *grpc.ClientConn
- Exclude checks
exported function GetConnClient should have comment or be unexported Open
Open
func GetConnClient() *grpc.ClientConn {
- Exclude checks