modulepackage
0.0.0-20160120121136-46f1a0be552c
Repository: https://github.com/gen1us2k/go-translit.git
Documentation: pkg.go.dev
# README
go-translit
Installation
go get github.com/gen1us2k/go-translit
Usage
- Usage:
translit.Translit("Privet")
- Result:
Привет
Contributing
- Fork it ( https://github.com/gen1us2k/go-translit/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Developing
- For running tests use
go test
command
# Functions
Translit transliterates english string to cyrillic analog.