Skip to content

Latest commit

 

History

History
57 lines (26 loc) · 1.5 KB

README.md

File metadata and controls

57 lines (26 loc) · 1.5 KB

Rabbit-Go

Logo

Build Status

GO Report

Zawgyi <=> Unicode Converter for Go lang (Go)

Installation

install using go get

go get github.com/winhtaikaung/Rabbit-Go/rabbit

Usage

playground link

https://play.golang.org/p/m37p4y5nUkA


import "rabbit"



func main() {



rabbit.Zg2uni("သီဟိုဠ္မွ ဉာဏ္ႀကီးရွင္သည္ အာယုဝၯနေဆးၫႊန္းစာကို ဇလြန္ေဈးေဘး ဗာဒံပင္ထက္ အဓိ႒ာန္လ်က္ ဂဃနဏဖတ္ခဲ့သည္။")

rabbit.Uni2zg("သီဟိုဠ်မှ ဉာဏ်ကြီးရှင်သည် အာယုဝဍ္ဎနဆေးညွှန်းစာကို ဇလွန်ဈေးဘေး ဗာဒံပင်ထက် အဓိဋ္ဌာန်လျက် ဂဃနဏဖတ်ခဲ့သည်။")



}

Contributing

  1. Fork it ( https://github.com/winhtaikaung/Rabbit-Go )
  1. Create your feature branch (git checkout -b my-new-feature)
  1. Commit your changes (git commit -am 'Add some feature')
  1. Push to the branch (git push origin my-new-feature)
  1. Create a new Pull Request

License

MIT