Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.6 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.6 KB

ToBahtText

made-with-Go Go Reference GitHub issues GitHub forks GitHub stars

ToBahtText เป็น Golang library สำหรับแปลงตัวเลขเป็นคำอ่านภาษาไทย | ToBahtText is a Golang library for converting a number to the words.

logo

Table of Contents

Installation

  go get -u github.com/owlsome-official/toBahtText

Examples

  words := toBahtText.From("2021")
  fmt.Println(words) // "สองพันยี่สิบเอ็ด"

Dependencies

Want some more example?

Go to toBahtText_test.go

Made with ❤️ Powered by Watsize