forked from persian-tools/go-persian-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Amir Iranmanesh edited this page Aug 11, 2026
·
2 revisions
go get github.com/amiranmanesh/go-persian-tools@latestPin a specific version:
go get github.com/amiranmanesh/go-persian-tools@v1.0.0- Go 1.23+
Import only the sub-packages you need:
import (
"github.com/amiranmanesh/go-persian-tools/bank"
"github.com/amiranmanesh/go-persian-tools/bill"
"github.com/amiranmanesh/go-persian-tools/digit"
"github.com/amiranmanesh/go-persian-tools/nationalid"
"github.com/amiranmanesh/go-persian-tools/phonenumbers"
)git clone https://github.com/amiranmanesh/go-persian-tools
cd go-persian-tools
go run ./examplesPackages
Project