Categorygithub.com/gen1us2k/go-translit
modulepackage
0.0.0-20160120121136-46f1a0be552c
Repository: https://github.com/gen1us2k/go-translit.git
Documentation: pkg.go.dev

# README

go-translit

Build Status Go Report Card

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

# Functions

Translit transliterates english string to cyrillic analog.