Skip to content
/ add Public

Extra Package of Go for converting numbers types in Persian Language

License

Notifications You must be signed in to change notification settings

Mazafard/add

Repository files navigation

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.

About

Extra Package of Go for converting numbers types in Persian Language

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published