We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961d5a2 commit dfc8685Copy full SHA for dfc8685
1 file changed
private/buf/bufconvert/bufconvert.go
@@ -33,11 +33,12 @@ const (
33
// MessageEncodingJSON is the JSON image encoding.
34
MessageEncodingJSON
35
// formatBinpb is the binary format.
36
- formatBinpb = "bin"
+ formatBinpb = "binpb"
37
// formatJSON is the JSON format.
38
formatJSON = "json"
39
+
40
// formatBin is the binary format's old form, now deprecated.
- formatBin = "binpb"
41
+ formatBin = "bin"
42
)
43
44
var (
0 commit comments