Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wilddima/translit-go

Simple go package for translit from Russian to Eng
https://github.com/wilddima/translit-go

go golang russian translit transliteration

Last synced: about 1 month ago
JSON representation

Simple go package for translit from Russian to Eng

Awesome Lists containing this project

README

        

# Translit

Translit from russian.

```go
import "translit"

translit.Translit("Привет, это тестовое сообщение для транслита.")
// => "Privet, jeto testovoe soobshhenie dlja translita."
```