Implement utility functions to be able to support much larger sizes than currently, using [`big.Int`](https://pkg.go.dev/math/big#Int). One for each system: ```go humanize.BigBytes(...) humanize.BigBinaryBytes(..) humanize.BigShortFormBinaryBytes(...) // => Or maybe something a bit shorter ```
Implement utility functions to be able to support much larger sizes than currently, using
big.Int.One for each system: