Skip to content
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

feature: add size for humanize byte size #669

Closed
wants to merge 1 commit into from

Conversation

jsvisa
Copy link
Contributor

@jsvisa jsvisa commented Jun 23, 2016

  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

v = humanize.Bytes(uint64(int64(a)))
case int64:
v = humanize.Bytes(uint64(a))
case uint64:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This case isn't necessary as all ints will be int64s.

@jsvisa
Copy link
Contributor Author

jsvisa commented Jul 4, 2016

@nathanielc Apologies for the delay. I'm just updated as what you mentioned.

@nathanielc
Copy link
Contributor

@jsvisa Thanks!

@nathanielc nathanielc closed this Jul 5, 2016
@jsvisa jsvisa deleted the feature/humanize-helpers branch July 7, 2016 12:14
@BhuvanaBal
Copy link

may i know from which kapacitor version the function humanize is supported. could you please let me know
Additional could you please let me know how can I view the kapacitor documentation for 1.5.6 . If someone has a backup of the documentation could you please share it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants