Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 237 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 237 Bytes

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)