Skip to content

Commit 8a5d8e8

Browse files
committed
jsonpb: Remove Marshaler.EnumsAsString.
This field is deprecated and no longer does anything.
1 parent 9ebc6c4 commit 8a5d8e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jsonpb/jsonpb.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ type Marshaler struct {
6262
// Whether to render enum values as integers, as opposed to string values.
6363
EnumsAsInts bool
6464

65-
// EnumsAsString is DEPRECATED and does nothing.
66-
EnumsAsString bool
67-
6865
// A string to indent each level by. The presence of this field will
6966
// also cause a space to appear between the field separator and
7067
// value, and for newlines to be appear between fields and array

0 commit comments

Comments
 (0)