From eb3ae6bd0085f4559154a4acf7736dad7af32216 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:52:39 +0300 Subject: Поправил имя пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 3 +-- objectid_test.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 76bf435..f5f8399 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,4 @@ -module go.neonxp.ru/objectid +module neonxp.ru/go/objectid go 1.19 -replace go.neonxp.ru/objectid latest => neonxp.ru/go/objectid latest diff --git a/objectid_test.go b/objectid_test.go index 6b556f2..28317a4 100644 --- a/objectid_test.go +++ b/objectid_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "go.neonxp.ru/objectid" + "neonxp.ru/go/objectid" ) func TestID_String(t *testing.T) { -- cgit v1.2.3