Number to text converter
Used for UI.
Usage
import github.com/gulyasm/numtext fmt.Println(numtext.ToText(9231203))Format
Currently supports conversion to:
- Million (M)
- Billion (B)
- Trillion (T)
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Used for UI.
import github.com/gulyasm/numtext fmt.Println(numtext.ToText(9231203))Currently supports conversion to: