Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonpb: fix a confusing error message (#1125)
The in argument is a []byte. Using the %v print flag prints this list of integers instead of as a string representation of the enum value. Use %q instead.
- Loading branch information