protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

add config to let user choose whether to render number64 type such as int64, uint64 as integers or string

Open anotherGoogleFan opened this issue 5 years ago • 0 comments

In some scenarios, we need to render number64 type such as int64, uint64 as integers instead of string values, but found we cannot. So I add an option in config to fix this. And this will also resolve https://github.com/gogo/protobuf/issues/718

anotherGoogleFan avatar Jan 19 '21 03:01 anotherGoogleFan