go-translit

Golang package for transliteration english words to cyrillic

MIT License

Stars
9

go-translit

Installation

 go get github.com/gen1us2k/go-translit

Usage

  • Usage:
 translit.Translit("Privet")
  • Result:
Привет

Contributing

  1. Fork it ( https://github.com/gen1us2k/go-translit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Developing

  • For running tests use go test command