Skip to content

Commit

Permalink
grpc: disable linting
Browse files Browse the repository at this point in the history
Signed-off-by: Vicent Marti <vmg@strn.cat>
  • Loading branch information
vmg committed May 24, 2021
1 parent cf495bc commit 8af3576
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go/vt/servenv/grpc_codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ package servenv
import (
"fmt"

"github.com/golang/protobuf/proto"
// use the original golang/protobuf package we can continue serializing
// messages from our dependencies, particularly from etcd
"github.com/golang/protobuf/proto" //nolint

"google.golang.org/grpc/encoding"
_ "google.golang.org/grpc/encoding/proto"
)
Expand Down

0 comments on commit 8af3576

Please sign in to comment.