Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Korotkiy <[email protected]>
  • Loading branch information
slon committed Aug 28, 2021
1 parent c560579 commit e96dee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/collector/app/handler/grpc_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ import (

"go.uber.org/zap"
"google.golang.org/grpc/codes"
_ "google.golang.org/grpc/encoding/gzip"
"google.golang.org/grpc/status"

// enable gzip compression support
_ "google.golang.org/grpc/encoding/gzip"

"github.com/jaegertracing/jaeger/cmd/collector/app/processor"
"github.com/jaegertracing/jaeger/proto-gen/api_v2"
)
Expand Down

0 comments on commit e96dee1

Please sign in to comment.