2
0

Merge pull request #1 from alexber127/patch-1

Update translit.go
This commit is contained in:
Dmitry Sedykh
2019-09-13 20:35:19 +03:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ package translit
import ( import (
"bytes" "bytes"
"code.google.com/p/go.exp/utf8string" "golang.org/x/exp/utf8string"
"strings" "strings"
"unicode" "unicode"
) )