项目作者: Urethramancer
项目描述 :
Human-readable number formatting and optional SI conversion.
高级语言: Go
项目地址: git://github.com/Urethramancer/human.git
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.