Skip to content

Commit

Permalink
upd golangci-lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Zhvakin committed Apr 12, 2024
1 parent a9d31f9 commit a0d6fe2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,23 @@ import (
"crypto/tls"
"crypto/x509"
"fmt"
"google.golang.org/grpc/credentials/insecure"
"net"
"os"
"time"

grpcretry "github.com/grpc-ecosystem/go-grpc-middleware/retry"
"github.com/pkg/errors"
"github.com/s7techlab/hlf-sdk-go/api/config"
"github.com/s7techlab/hlf-sdk-go/client/grpc/opencensus/hlf"
"go.opencensus.io/plugin/ocgrpc"
"go.opencensus.io/trace"
"go.uber.org/zap"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/keepalive"
"google.golang.org/grpc/resolver"
"google.golang.org/grpc/resolver/manual"

"github.com/s7techlab/hlf-sdk-go/api/config"
"github.com/s7techlab/hlf-sdk-go/client/grpc/opencensus/hlf"
)

var (
Expand Down

0 comments on commit a0d6fe2

Please sign in to comment.