grafana/vendor/github.com/rainycape/unidecode
Carl Bergquist 68f5ddf18c
replace dep with go modules (#16017)
- guide shamelessly stolen from prometheus/prometheus
- updates local interface of oauth exchange
- updates local impl of hclogger
- bump jaeger client version

closes #16088
2019-04-16 12:00:55 +02:00
..
.gitignore replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
decode.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
LICENSE migrate from govendor to dep 2018-01-19 09:48:15 +01:00
make_table.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
README.md replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
table.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
table.txt replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
unidecode.go migrate from govendor to dep 2018-01-19 09:48:15 +01:00

unidecode

Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.

GoDoc