Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 1.53 KB

README.md

File metadata and controls

80 lines (55 loc) · 1.53 KB

ADD - عدد

Build Status GoDoc codecov Go Report Card

ADD Convert Numbers to Words

Extra Package for converting Number types to text in Persian language in Go (Golang).

API usage

First, import package

go get

go get -u  github.com/Mazafard/Add

gb

gb vendor fetch github.com/Mazafard/Add

glide

glide github.com/Mazafard/Add

godep

godep github.com/Mazafard/Add

Examples

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 دوازده
}

Tests

go test is used for testing.

Example:

 go test -v 

Changelog

See the changelog before upgrading.

Also, Thank you;

License

Copyright (c) 2019 Mazafard. Licensed under the MIT license.