x3medima17 / go_num

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go_num

Build Status

This is an implemetation of Number Translation, written for iAGE as test task. The folowing best practices were used.

  • Code documenting
  • Tests
  • Continuous Integration
  • Github

To use this module/package you need only num.go file.

Example:

	
	numberToParse := 157369
	currentObj := NewNumber(numberToParse)
	result := currentObj.Parse()
	fmt.Println(result)

You will get one hundred fifty-seven thousand three hundred sixty-nine

About


Languages

Language:Go 100.0%