-
-
Notifications
You must be signed in to change notification settings - Fork 287
feat: format numbers using current locale #622
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
Conversation
Makes it more readable for short summary: 10,000,000 instead of 10000000 fixes boyter#335
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lot of small fixes to make Markdownlint happy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of those things I have been kicking down the road forever. Thanks for actually fixing it.
@@ -324,44 +322,48 @@ Flags: | |||
|
|||
Output should look something like the below for the redis project | |||
|
|||
``` | |||
```text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated example with the new formatting
Thanks for that @gselig1a ill ensure it makes the next release which should come right after the next version of Go is released. |
Although I will need to tweak the output slightly
Need to reduce the word complexity as that count should always be smaller. I may replace it with Cplx which saves a lot of space. |
Makes it more readable for short summary, just like for the "Estimated Cost to Develop" like:
10,000,000 instead of 10000000
fixes #335
Before
After