ToBahtText เป็น Golang library สำหรับแปลงตัวเลขเป็นคำอ่านภาษาไทย | ToBahtText is a Golang library for converting a number to the words.
go get -u github.com/owlsome-official/toBahtText
words := toBahtText.From("2021")
fmt.Println(words) // "สองพันยี่สิบเอ็ด"
Go to toBahtText_test.go
Made with ❤️ Powered by Watsize