2
0

Update translit.go

Исправление не рабочей зависимости
This commit is contained in:
alexber127
2019-03-19 17:33:48 +03:00
committed by GitHub
parent 427d5bcf17
commit 45b951ea0d
+1 -1
View File
@@ -36,7 +36,7 @@ package translit
import (
"bytes"
"code.google.com/p/go.exp/utf8string"
"golang.org/x/exp/utf8string"
"strings"
"unicode"
)