We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188bece commit 50dfe64Copy full SHA for 50dfe64
encoding/proto/proto.go
@@ -23,11 +23,10 @@ package proto
23
import (
24
"fmt"
25
26
- "google.golang.org/protobuf/proto"
27
- "google.golang.org/protobuf/protoadapt"
28
-
29
"google.golang.org/grpc/encoding"
30
"google.golang.org/grpc/mem"
+ "google.golang.org/protobuf/proto"
+ "google.golang.org/protobuf/protoadapt"
31
)
32
33
// Name is the name registered for the proto compressor.
0 commit comments