From 45b951ea0ddf4a6528a60f3937d690de2ab9bbd9 Mon Sep 17 00:00:00 2001 From: alexber127 Date: Tue, 19 Mar 2019 17:33:48 +0300 Subject: [PATCH] Update translit.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Исправление не рабочей зависимости --- translit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translit.go b/translit.go index 8ca3edc..d26b6a0 100644 --- a/translit.go +++ b/translit.go @@ -36,7 +36,7 @@ package translit import ( "bytes" - "code.google.com/p/go.exp/utf8string" + "golang.org/x/exp/utf8string" "strings" "unicode" )