Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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)

About

Golang library for Number to text representation. Replaces big numbers with human readable representations

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.