Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hazzik/go-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number to Words for Go (Golang)

Go Go Report Card

Sponsorship

If you like the library please consider supporting my work.

Installation

go get github.com/hazzik/go-words

Usage

package main

import (
	"fmt"

	"github.com/hazzik/go-words"
)

func main() {
	// prints "one hundred eleven"
	fmt.Printf("%q", words.FromInt64(111))
}

About

Number to Words for Go (Golang)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 2

  •  
  •  

Languages