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 acffa0a commit f9cd07fCopy full SHA for f9cd07f
pkg/encoding/protobuf/codec.go
@@ -7,7 +7,7 @@ import (
7
pb "google.golang.org/protobuf/proto"
8
)
9
10
-var Name = "protobuf"
+var Name = "proto"
11
12
func init() {
13
encoding.Register(Name, protobufCodec{})
0 commit comments