humanize icon indicating copy to clipboard operation
humanize copied to clipboard

Bytes: Support big.Int

Open imbue11235 opened this issue 2 years ago • 0 comments

Implement utility functions to be able to support much larger sizes than currently, using big.Int.

One for each system:

humanize.BigBytes(...)
humanize.BigBinaryBytes(..)
humanize.BigShortFormBinaryBytes(...) // => Or maybe something a bit shorter

imbue11235 avatar Sep 12 '21 18:09 imbue11235