Skip to content

tstxni97/goBahtText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goBahtText main branch

go library convert numerical var to thai text based on https://github.com/tstxni97/py3bahttext

โกไลบราลีสามารถแปลงตัวเลขเป็นข้อความไทยได้ใช้หน่วยสตางค์ได้ถูกต้อง โดยแปลงโค้ดจาก https://github.com/tstxni97/py3bahttext

Installation

go get github.com/tstxni97/goBahtText

Usage

package main

import (
    "fmt"
    "github.com/tstxni97/goBahtText"
)

func main() {
    fmt.Println(goBahtText.BahtText(2.21))
    // สองบาทยี่สิบเอ็ดสตางค์
}

About

go lib convert numerical var to thai text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages