Merge pull request #83956 from liggitt/intstr-type
Fix proto.Merge of IntOrString type
This commit is contained in:
@@ -45,7 +45,7 @@ type IntOrString struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Type represents the stored type of IntOrString.
|
// Type represents the stored type of IntOrString.
|
||||||
type Type int
|
type Type int64
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Int Type = iota // The IntOrString holds an int.
|
Int Type = iota // The IntOrString holds an int.
|
||||||
|
Reference in New Issue
Block a user