Skip to content

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

Notifications You must be signed in to change notification settings

gulyasm/numtext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages