update port

This commit is contained in:
sentriz
2019-04-17 21:39:46 +01:00
parent 4cd9c0c39c
commit 6120fc81ef
230 changed files with 51757 additions and 2 deletions

6
vendor/github.com/mozillazg/go-unidecode/doc.go generated vendored Normal file
View File

@@ -0,0 +1,6 @@
// Package unidecode provide ASCII transliterations of Unicode text
//
// s := "北京kožušček"
// fmt.Println(unidecode.Unidecode(s))
// // Output: Bei Jing kozuscek
package unidecode