-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print uint's in decimal? #185
Comments
In the past, the choice to use hexadecimal was to ensure |
that seems pretty reasonable |
dsnet
pushed a commit
that referenced
this issue
May 15, 2020
In general, decimal formatting is preferred except for []byte where hexadecimal is preferred for individual elements. Fixes #185
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Great library! I enjoy using it in my unit tests.
Just one request:
This program:
prints:
this is hard to understand for humans. It would be nice if there was a mode to print these numbers in decimal form.
The text was updated successfully, but these errors were encountered: