项目作者: Urethramancer

项目描述 :
Human-readable number formatting and optional SI conversion.
高级语言: Go
项目地址: git://github.com/Urethramancer/human.git
创建时间: 2018-05-29T14:26:03Z
项目社区:https://github.com/Urethramancer/human

开源协议:

下载


human

Human-readable numbers with or without SI formatting/conversion.

What

Insert number, get a string with the right postfix for SI or non-SI numbers.

How

Only one function exists so far: UInt(), which takes a uint64 and returns a neatly formatted string.