Extra Package for converting Number
types to text in Persian language in Go
(Golang).
First, import
package
go get -u github.com/Mazafard/Add
gb vendor fetch github.com/Mazafard/Add
glide github.com/Mazafard/Add
godep github.com/Mazafard/Add
Only examples of common uses are given below; see the docs for the full API.
package main
import(
"fmt"
."github.com/Mazafard/add"
)
func main(){
fmt.Printf(Convert(12))
// outputs دوازده
}
go test
is used for testing.
Example:
go test -v
See the changelog before upgrading.
Copyright (c) 2019 Mazafard. Licensed under the MIT license.